Home
last modified time | relevance | path

Searched refs:sembuf (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dsem.h42 struct sembuf struct
59 extern int semop (int __semid, struct sembuf *__sops, size_t __nsops) __THROW; argument
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()
84 int semop (int __semid, struct sembuf *__sops, size_t __nsops);
120 struct sembuf op_down[1] = {{0, -1, 0}};
126 struct sembuf op_up[1] = {{0, 1, 0}};
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dsem.h38 struct sembuf { struct