Searched defs:mutex_exit (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | mutex.c | 74 mutex_exit(kmutex_t *mp) function
|
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | lock_prim.s | 512 * mutex_enter() and mutex_exit(). 515 * lock, not held) and mutex_exit() (adaptive lock, held, no waiters). 521 * If mutex_exit() gets preempted in the window between checking waiters 525 * If we interrupt a thread in mutex_exit() that has not yet cleared 527 * mutex_exit() so it will check again for waiters when it resumes. 553 mutex_exit(kmutex_t *lp) 698 ENTRY(mutex_exit) function 710 SET_SIZE(mutex_exit) 869 ENTRY(mutex_exit) function 881 SET_SIZE(mutex_exit) [all...] |
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | lock_prim.s | 339 * mutex_enter() and mutex_exit(). 342 * lock, not held) and mutex_exit() (adaptive lock, held, no waiters). 348 * If mutex_exit() gets preempted in the window between checking waiters 352 * If we interrupt a thread in mutex_exit() that has not yet cleared 354 * mutex_exit() so it will check again for waiters when it resumes. 376 mutex_exit(kmutex_t *lp) 437 ENTRY(mutex_exit) function 450 SET_SIZE(mutex_exit)
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | synch.c | 2601 mutex_exit(mutex_t *mp) function 2608 mutex_panic(mp, "mutex_exit: bad mutex type"); 2612 mutex_panic(mp, "mutex_exit: not owner"); 2614 mutex_panic(mp, "unknown mutex_exit failure");
|
/illumos-gate/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 229 #define mutex_exit(mp) zmutex_exit(mp) macro 566 mutex_exit((cp)->cc_lockp); \
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 980 #define mutex_exit(m) nfs4_debug_mutex_exit((m), __FILE__, __LINE__) macro
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1006 mutex_exit.9f \ 1822 mutex_exit.9f := LINKSRC = mutex.9f
|
Completed in 119 milliseconds