Home
last modified time | relevance | path

Searched refs:THR_ASSERT (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_private.h79 #define THR_ASSERT(cond, msg) do { \ macro
84 #define THR_ASSERT(cond, msg) macro
H A Dthr_umtx.c129 THR_ASSERT(v == id, "thr_umtx_unlock: wrong owner"); in __thr_umtx_unlock()
H A Dthr_mutex.c69 THR_ASSERT(((thr)->sflags & THR_FLAGS_IN_SYNCQ) == 0, \