HomeSort by relevance Sort by last modified time
    Searched defs:pthread_self (Results 1 - 6 of 6) sorted by null

  /bionic/libc/bionic/
pthread_self.cpp 31 pthread_t pthread_self() { function
  /external/libvpx/libvpx/vp8/common/
threading.h 46 #define pthread_self() GetCurrentThreadId() macro
66 #define pthread_self() _gettid() macro
  /external/dng_sdk/source/
dng_pthread.h 208 #define pthread_self dng_pthread_self macro
  /external/libxml2/
threads.c 70 #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();
  /art/runtime/
thread.h 1674 pthread_t pthread_self; variable
    [all...]
  /external/ImageMagick/MagickCore/
vms.h 836 #define pthread_self macro
    [all...]

Completed in 407 milliseconds