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
  /system/core/libutils/
Threads.cpp 861 tid = __pthread_gettid(pthread);
  /bionic/libc/bionic/
pthread.c 1258 pid_t __pthread_gettid(pthread_t thid) { function
    [all...]

Completed in 209 milliseconds