Searched defs:sema_init (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dsemaphore.h56 #define sema_init ksema_init macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsema.c44 #pragma weak _sema_init = sema_init
47 sema_init(sema_t *sp, unsigned int count, int type, void *arg) function
63 * (and don't check the return code from sema_init),
/illumos-gate/usr/src/uts/common/os/
H A Dsemaphore.c100 sema_init(ksema_t *sp, unsigned count, char *name, ksema_type_t type, void *arg) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1156 sema_init.3c \
2222 sema_init.3c := LINKSRC = semaphore.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile1170 sema_init.9f \
2016 sema_init.9f := LINKSRC = semaphore.9f

Completed in 86 milliseconds