Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_private.h548 #define THR_LOCK(curthrd) THR_LOCK_ACQUIRE(curthrd, &(curthrd)->lock) argument
549 #define THR_UNLOCK(curthrd) THR_LOCK_RELEASE(curthrd, &(curthrd)->lock) argument
550 #define THR_THREAD_LOCK(curthrd, thr) THR_LOCK_ACQUIRE(curthrd, &(thr)->lock) argument
551 #define THR_THREAD_UNLOCK(curthrd, thr) THR_LOCK_RELEASE(curthrd, &(thr)->lock) argument
553 #define THREAD_LIST_LOCK(curthrd) \ argument
558 #define THREAD_LIST_UNLOCK(curthrd) \ argument