Home
last modified time | relevance | path

Searched refs:thr_malloc_umtx (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/lib/libthr/thread/
HDthr_malloc.c39 static struct umutex thr_malloc_umtx; variable
53 _thr_umutex_init(&thr_malloc_umtx); in __thr_malloc_init()
65 if ((uint32_t)thr_malloc_umtx.m_owner == curtid) in thr_malloc_lock()
68 _thr_umutex_lock(&thr_malloc_umtx, curtid); in thr_malloc_lock()
80 _thr_umutex_unlock(&thr_malloc_umtx, TID(curthread)); in thr_malloc_unlock()
152 _thr_umutex_lock(&thr_malloc_umtx, TID(curthread)); in __thr_malloc_prefork()
159 _thr_umutex_unlock(&thr_malloc_umtx, TID(curthread)); in __thr_malloc_postfork()