Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/
H A DThreads.cpp181 static pthread_t android_thread_id_t_to_pthread(android_thread_id_t thread) in android_thread_id_t_to_pthread() function
852 pthread_t pthread = android_thread_id_t_to_pthread(mThread); in getTid()