Searched refs:__sops (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | sem.h | 59 extern int semop (int __semid, struct sembuf *__sops, size_t __nsops) __THROW; 63 extern int semtimedop (int __semid, struct sembuf *__sops, size_t __nsops,
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/ |
| H A D | utopia_dapi.c | 69 int semop (int __semid, struct sembuf *__sops, size_t __nsops) in semop() argument 71 return syscall(SYS_semop, __semid, __sops, __nsops); in semop() 84 int semop (int __semid, struct sembuf *__sops, size_t __nsops);
|