Home
last modified time | relevance | path

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

/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_private.h485 #define THR_IN_CRITICAL(thrd) \ argument
492 #define THR_UMTX_TRYLOCK(thrd, lck) \ argument
495 #define THR_UMTX_LOCK(thrd, lck) \ argument
498 #define THR_UMTX_TIMEDLOCK(thrd, lck, timo) \ argument
501 #define THR_UMTX_UNLOCK(thrd, lck) \ argument
509 #define THR_UMTX_TRYLOCK_PERSIST(thrd, lck) \ argument
512 #define THR_UMTX_LOCK_PERSIST(thrd, lck) \ argument
515 #define THR_UMTX_TIMEDLOCK_PERSIST(thrd, lck, timo) \ argument
518 #define THR_UMTX_UNLOCK_PERSIST(thrd, lck) \ argument
524 #define THR_LOCK_ACQUIRE(thrd, lck) \ argument
[all …]
H A Dthr_list.c81 #define THREAD_HASH(thrd) (((unsigned long)thrd >> 12) % HASH_QUEUES) argument