Home
last modified time | relevance | path

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 Dsem.h59 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 Dutopia_dapi.c69 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);