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