Searched defs:pthread_self (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dthreading.h46 #define pthread_self() GetCurrentThreadId() macro
66 #define pthread_self() _gettid() macro
/external/dng_sdk/source/
H A Ddng_pthread.h208 #define pthread_self dng_pthread_self macro
/external/libxml2/
H A Dthreads.c70 #pragma weak pthread_self macro
353 if (pthread_equal(tok->tid, pthread_self())) {
364 tok->tid = pthread_self();
772 id = pthread_self();
811 return (pthread_equal(mainthread,pthread_self()));
876 (pthread_self != NULL) &&
955 mainthread = pthread_self();
/external/ImageMagick/MagickCore/
H A Dvms.h836 #define pthread_self PTHREAD_SELF macro

Completed in 975 milliseconds