Home
last modified time | relevance | path

Searched defs:sembuf (Results 1 – 2 of 2) 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
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dsem.h38 struct sembuf { struct
39 unsigned short sem_num; /* semaphore index in array */
40 short sem_op; /* semaphore operation */
41 short sem_flg; /* operation flags */