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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c186 * are NULL, and either umem_update_thr or
210 * thread exists (umem_update_thr != 0). If it is, it broadcasts
213 * If the update thread does not exist (umem_update_thr == 0), and the
768 thread_t umem_update_thr; variable
772 #define IN_UPDATE() (thr_self() == umem_update_thr || \
1003 ASSERT(umem_update_thr != 0 || umem_st_update_thr != 0);
1004 ASSERT(umem_update_thr != thr_self() &&
2568 ASSERT(umem_update_thr == 0 && umem_st_update_thr == 0);
2625 if (umem_update_thr == 0) {

Completed in 52 milliseconds