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

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_malloc.c64 uint32_t curtid; local
69 curtid = TID(curthread);
70 if ((uint32_t)thr_malloc_umtx.m_owner == curtid)
73 _thr_umutex_lock(&thr_malloc_umtx, curtid);

Completed in 90 milliseconds