Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MUTEX_UNLOCK
usr/src/cmd/svc/startd/startd.h
69
#define MUTEX_UNLOCK(mp) { \
usr/src/cmd/svc/startd/startd.h
82
#define MUTEX_UNLOCK(mp) (void) pthread_mutex_unlock((mp))