Home
last modified time | relevance | path

Searched refs:thrd_equal (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/musl/include/
A Dthreads.h65 int thrd_equal(thrd_t, thrd_t);
67 #define thrd_equal(A, B) ((A) == (B)) macro
/third_party/ulib/musl/pthread/
A Dpthread_equal.c10 weak_alias(__pthread_equal, thrd_equal);

Completed in 3 milliseconds