Searched refs:thr0 (Results 1 – 4 of 4) sorted by relevance
409 int thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument412 return thr0 == thr1; in thrd_equal()414 return pthread_equal(thr0, thr1); in thrd_equal()
356 int thrd_equal(thrd_t thr0, thrd_t thr1);
286 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument288 return pthread_equal(thr0, thr1); in thrd_equal()
382 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal() argument384 return GetThreadId(thr0) == GetThreadId(thr1); in thrd_equal()