Home
last modified time | relevance | path

Searched defs:SEMA_HELD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dsemaphore.h49 #define SEMA_HELD(x) (sema_held((x))) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dsemaphore.h55 #define SEMA_HELD(x) (sema_held((x))) macro
/illumos-gate/usr/src/head/
H A Dsynch.h176 #define SEMA_HELD(x) _sema_held(x) macro