Searched defs:lwpchan_lock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dlwpchan_impl.h60 kmutex_t lwpchan_lock; member in struct:lwpchan_hashbucket
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c137 lwpchan_lock(lwpchan_t *lwpchan, int pool) function
145 * Keep this in sync with lwpchan_lock(), above.
176 mutex_enter(&hashbucket->lwpchan_lock);
204 mutex_exit(&hashbucket->lwpchan_lock);
270 mutex_enter(&hashbucket->lwpchan_lock);
319 mutex_exit(&hashbucket->lwpchan_lock);
426 mutex_enter(&hashbucket->lwpchan_lock);
429 mutex_exit(&hashbucket->lwpchan_lock);
434 mutex_exit(&hashbucket->lwpchan_lock);
437 mutex_exit(&hashbucket->lwpchan_lock);
[all...]

Completed in 46 milliseconds