Home
last modified time | relevance | path

Searched defs:curthrd (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_private.h640 #define THR_LOCK(curthrd) THR_LOCK_ACQUIRE(curthrd, &(curthrd)->lock) argument
641 #define THR_UNLOCK(curthrd) THR_LOCK_RELEASE(curthrd, &(curthrd)->lock) argument
642 #define THR_THREAD_LOCK(curthrd, thr) THR_LOCK_ACQUIRE(curthrd, &(thr)->lock) argument
643 #define THR_THREAD_UNLOCK(curthrd, thr) THR_LOCK_RELEASE(curthrd, &(thr)->lock) argument
645 #define THREAD_LIST_RDLOCK(curthrd) \ argument
651 #define THREAD_LIST_WRLOCK(curthrd) \ argument
657 #define THREAD_LIST_UNLOCK(curthrd) \ argument