Searched defs:thrd_equal (Results 1 – 3 of 3) sorted by relevance
55 #define thrd_equal(A, B) ((A) == (B)) macro
59 #define thrd_equal(A, B) ((A) == (B)) macro
409 int thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() function