Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SEMA_HELD
usr/src/head/synch.h
176
#define SEMA_HELD(x) _sema_held(x)
usr/src/lib/libfakekernel/common/sys/semaphore.h
49
#define SEMA_HELD(x) (sema_held((x)))
usr/src/uts/common/sys/semaphore.h
55
#define SEMA_HELD(x) (sema_held((x)))