Searched refs:pthread_equal (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/musl/ndk_musl_include/ | ||
H A D | pthread.h | 99 int pthread_equal(pthread_t, pthread_t);
101 #define pthread_equal(x,y) ((x)==(y)) macro |
Completed in 2 milliseconds