Searched defs:sembuf (Results 1 – 4 of 4) sorted by relevance
40 struct sembuf { struct41 unsigned short sem_num; /* semaphore index in array */42 short sem_op; /* semaphore operation */43 short sem_flg; /* operation flags */
3517 pub fn semop(semid: ::c_int, sops: *mut sembuf, nsops: ::size_t) -> ::c_int; in semop()
3048 pub fn semop(semid: ::c_int, sops: *mut ::sembuf, nsops: ::size_t) -> ::c_int; in semop()
3941 pub fn semop(semid: ::c_int, sops: *mut ::sembuf, nsops: ::size_t) -> ::c_int; in semop()