Home
last modified time | relevance | path

Searched defs:pthread_equal (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/include/
Dpthread.h101 #define pthread_equal(x,y) ((x)==(y)) macro
/third_party/musl/include/
Dpthread.h89 #define pthread_equal(x,y) ((x)==(y)) macro
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h185 #define pthread_equal dng_pthread_equal macro
/third_party/libxml2/
Dthreads.c69 #pragma weak pthread_equal macro
/third_party/gettext/gnulib-local/lib/libxml/
Dthreads.c99 #pragma weak pthread_equal macro
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/src/
Dthread.c916 pthread_equal (pthread_t t1, pthread_t t2) in pthread_equal() function