Home
last modified time | relevance | path

Searched refs:android_thread_id_t_to_pthread (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DThreads.cpp179 static pthread_t android_thread_id_t_to_pthread(android_thread_id_t thread) in android_thread_id_t_to_pthread() function
848 pthread_t pthread = android_thread_id_t_to_pthread(mThread); in getTid()