Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h440 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* … in adb_thread_create() argument
447 return pthread_create( pthread, &attr, start, arg ); in adb_thread_create()
/system/core/libutils/
DThreads.cpp866 pthread_t pthread = android_thread_id_t_to_pthread(mThread); in getTid() local
867 tid = __pthread_gettid(pthread); in getTid()