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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c717 thread_t umem_init_thr; /* thread initializing */ variable
2667 if (umem_init_thr == thr_self())
3332 if (thr_self() != umem_init_thr) {
3362 umem_init_thr = thr_self();
3372 ASSERT(umem_init_thr == 0);
3538 umem_init_thr = 0;
3548 umem_init_thr = 0;

Completed in 51 milliseconds