Home
last modified time | relevance | path

Searched defs:sembuf (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D971104-1.c2 struct sembuf { struct
17 struct sembuf sb; in up() argument
/openbsd/sys/sys/
H A Dsem.h69 struct sembuf { struct
70 unsigned short sem_num; /* semaphore # */
71 short sem_op; /* semaphore operation */
72 short sem_flg; /* operation flags */