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

/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_suspend_np.c77 THR_LOCK_ACQUIRE(curthread, &_suspend_all_lock);
81 THR_LOCK_RELEASE(curthread, &_suspend_all_lock);
83 THR_LOCK_ACQUIRE(curthread, &_suspend_all_lock);
87 THR_LOCK_RELEASE(curthread, &_suspend_all_lock);
94 THR_LOCK_ACQUIRE(curthread, &_suspend_all_lock);
100 THR_LOCK_RELEASE(curthread, &_suspend_all_lock);
H A Dthr_init.c124 struct umutex _suspend_all_lock = DEFAULT_UMUTEX; variable in typeref:struct:umutex
456 _thr_umutex_init(&_suspend_all_lock);
H A Dthr_private.h727 extern struct umutex _suspend_all_lock __hidden;

Completed in 55 milliseconds