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

/openbsd-current/regress/lib/libpthread/blocked_join/
H A Dblocked_join.c15 deadlock_detector(void *arg) function
50 CHECKr(pthread_create(&d, NULL, deadlock_detector, NULL));
/openbsd-current/regress/lib/libpthread/close_race/
H A Dclose_race.c34 deadlock_detector(void *arg) function
63 deadlock_detector, NULL));
/openbsd-current/regress/lib/libpthread/dup2_race/
H A Ddup2_race.c34 deadlock_detector(void *arg) function
63 deadlock_detector, NULL));
/openbsd-current/regress/lib/libpthread/blocked_close/
H A Dblocked_close.c37 deadlock_detector(void *arg) function
78 deadlock_detector, NULL));
/openbsd-current/regress/lib/libpthread/blocked_dup2/
H A Dblocked_dup2.c37 deadlock_detector(void *arg) function
78 deadlock_detector, NULL));
/openbsd-current/regress/lib/libpthread/blocked_shutdown/
H A Dblocked_shutdown.c37 deadlock_detector(void *arg) function
77 deadlock_detector, NULL));
/openbsd-current/regress/lib/libpthread/blocked_fifo/
H A Dblocked_fifo.c39 deadlock_detector(void *arg) function
101 deadlock_detector, NULL));
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp216 static THREADLOCAL InternalDeadlockDetector deadlock_detector; member in namespace:__sanitizer
218 void CheckedMutex::LockImpl(uptr pc) { deadlock_detector.Lock(type_, pc); }
220 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); }
222 void CheckedMutex::CheckNoLocksImpl() { deadlock_detector.CheckNoLocks(); }

Completed in 119 milliseconds