Searched defs:pthread (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/utils/
H A DThreads.cpp34 # include <pthread.h>
494 // I'm trying to mimic pthread semantics though.
881 pthread_t pthread = android_thread_id_t_to_pthread(mThread); local
882 tid = __pthread_gettid(pthread);

Completed in 41 milliseconds