Home
last modified time | relevance | path

Searched refs:sema_held (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsemaphore.h55 #define SEMA_HELD(x) (sema_held((x)))
63 extern int sema_held(ksema_t *);
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dsemaphore.h49 #define SEMA_HELD(x) (sema_held((x)))
66 extern int sema_held(ksema_t *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsema.c36 #pragma weak _sema_held = sema_held
38 sema_held(sema_t *sp) in sema_held() function
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dmapfile-vers222 #sema_held; # call the libc version directly
/illumos-gate/usr/src/uts/common/os/
H A Dsemaphore.c394 sema_held(ksema_t *sp) in sema_held() function
H A Dcpu.c1057 while (sema_held(&cpi->cp_sem)) in pause_cpus()
/illumos-gate/usr/src/lib/libthread/common/
H A Dmapfile-vers320 sema_held { TYPE = FUNCTION };
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common761 sema_held
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2019 sema_held;