Searched refs:THR_ASSERT (Results 1 – 3 of 3) sorted by relevance
79 #define THR_ASSERT(cond, msg) do { \ macro84 #define THR_ASSERT(cond, msg) macro
129 THR_ASSERT(v == id, "thr_umtx_unlock: wrong owner"); in __thr_umtx_unlock()
69 THR_ASSERT(((thr)->sflags & THR_FLAGS_IN_SYNCQ) == 0, \