Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libthr/thread/
HDthr_malloc.c60 uint32_t curtid; in thr_malloc_lock() local
65 curtid = TID(curthread); in thr_malloc_lock()
66 if ((uint32_t)thr_malloc_umtx.m_owner == curtid) in thr_malloc_lock()
69 _thr_umutex_lock(&thr_malloc_umtx, curtid); in thr_malloc_lock()