Searched refs:pthread (Results 1 – 1 of 1) sorted by relevance
417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* … in adb_thread_create() argument424 return pthread_create( pthread, &attr, start, arg ); in adb_thread_create()