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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c187 * umem_st_update_thr are actively doing work on the
253 * While the umem_st_update() is running, umem_st_update_thr holds the thread
288 * umem_st_update_thr == thr_self(). This is so that applications which call
770 volatile thread_t umem_st_update_thr; /* only used when single-thd */ variable
773 thr_self() == umem_st_update_thr)
1003 ASSERT(umem_update_thr != 0 || umem_st_update_thr != 0);
1005 umem_st_update_thr != thr_self());
2568 ASSERT(umem_update_thr == 0 && umem_st_update_thr == 0);
2570 umem_st_update_thr = thr_self();
2586 umem_st_update_thr
[all...]

Completed in 66 milliseconds