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

  /bionic/libc/private/
bionic_pthread.h 37 extern pid_t __pthread_gettid(pthread_t thid);
  /system/media/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 167 # __pthread_gettid
  /bionic/libc/bionic/
pthread.c 1975 pid_t __pthread_gettid(pthread_t thid) function
    [all...]

Completed in 210 milliseconds