Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c154 static __exclusive_cache_line struct mtx tid_lock; variable
237 mtx_lock(&tid_lock); in tid_alloc()
253 mtx_unlock(&tid_lock); in tid_alloc()
262 mtx_assert(&tid_lock, MA_OWNED); in tid_free_locked()
275 mtx_lock(&tid_lock); in tid_free()
277 mtx_unlock(&tid_lock); in tid_free()
285 mtx_lock(&tid_lock); in tid_free_batch()
289 mtx_unlock(&tid_lock); in tid_free_batch()
509 mtx_init(&tid_lock, "TID lock", NULL, MTX_DEF); in threadinit()