Searched defs:sembuf (Results 1 – 2 of 2) sorted by relevance
42 struct sembuf struct59 extern int semop (int __semid, struct sembuf *__sops, size_t __nsops) __THROW; argument
38 struct sembuf { struct39 unsigned short sem_num; /* semaphore index in array */40 short sem_op; /* semaphore operation */41 short sem_flg; /* operation flags */