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

  /bionic/libc/bionic/
pthread_gettid_np.cpp 32 pid_t pthread_gettid_np(pthread_t t) { function
36 // TODO: move callers over to pthread_gettid_np and remove this.
38 return pthread_gettid_np(t);
posix_timers.cpp 161 se.sigev_notify_thread_id = pthread_gettid_np(timer->callback_thread);
  /bionic/libc/include/
pthread.h 191 pid_t pthread_gettid_np(pthread_t);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
pthread.h 191 pid_t pthread_gettid_np(pthread_t);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
pthread.h 191 pid_t pthread_gettid_np(pthread_t);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
pthread.h 191 pid_t pthread_gettid_np(pthread_t);
  /bionic/libc/
Android.mk 159 bionic/pthread_gettid_np.cpp \
    [all...]

Completed in 81 milliseconds