Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dsysdeps.h417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* … in adb_thread_create() argument
424 return pthread_create( pthread, &attr, start, arg ); in adb_thread_create()