Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libthr/thread/
Dthr_event.c50 THR_UMUTEX_LOCK(curthread, &_thr_event_lock); in _thr_report_creation()
54 THR_UMUTEX_UNLOCK(curthread, &_thr_event_lock); in _thr_report_creation()
63 THR_UMUTEX_LOCK(curthread, &_thr_event_lock); in _thr_report_death()
67 THR_UMUTEX_UNLOCK(curthread, &_thr_event_lock); in _thr_report_death()
Dthr_init.c130 struct umutex _thr_event_lock = DEFAULT_UMUTEX; variable
449 _thr_umutex_init(&_thr_event_lock); in init_private()
Dthr_private.h769 extern struct umutex _thr_event_lock __hidden;