Home
last modified time | relevance | path

Searched refs:semop (Results 1 – 2 of 2) sorted by relevance

/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() function
84 int semop (int __semid, struct sembuf *__sops, size_t __nsops);
123 return semop(u32SemID, &op_down[0], 1); in obtain_sem()
129 return semop(u32SemID, &op_up[0], 1); in release_sem()
/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;