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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem.c180 * umem_st_update_thr are actively doing work on the
246 * While the umem_st_update() is running, umem_st_update_thr holds the thread
281 * umem_st_update_thr == thr_self(). This is so that applications which call
520 volatile thread_t umem_st_update_thr; /* only used when single-thd */ variable
523 thr_self() == umem_st_update_thr)
739 ASSERT(umem_update_thr != 0 || umem_st_update_thr != 0);
741 umem_st_update_thr != thr_self());
2301 ASSERT(umem_update_thr == 0 && umem_st_update_thr == 0);
2303 umem_st_update_thr = thr_self();
2319 umem_st_update_thr
[all...]

Completed in 32 milliseconds