Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_malloc.c59 uint32_t curtid; in thr_malloc_lock() local
64 curtid = TID(curthread); in thr_malloc_lock()
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()