HomeSort by relevance Sort by last modified time
    Searched refs:__pthread_gettid (Results 1 - 5 of 5) sorted by null

  /bionic/libc/private/
bionic_pthread.h 37 extern pid_t __pthread_gettid(pthread_t thid);
  /frameworks/wilhelm/src/
locks.c 21 // Use this macro to validate a pthread_t before passing it into __pthread_gettid.
72 pid_t ownerTid = LIKELY_VALID(owner) ? __pthread_gettid(owner) : -1;
91 pid_t ownerTid = LIKELY_VALID(owner) ? __pthread_gettid(owner) : -1;
Android.mk 168 # __pthread_gettid
  /bionic/libc/bionic/
pthread.c 1268 pid_t __pthread_gettid(pthread_t thid) { function
    [all...]
  /frameworks/native/libs/utils/
Threads.cpp 891 tid = __pthread_gettid(pthread);

Completed in 107 milliseconds