Searched defs:adb_thread_t (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps.h65 typedef struct { unsigned tid; } adb_thread_t; typedef in typeref:struct:__anon14
71 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg)
436 typedef pthread_t adb_thread_t; typedef
440 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg )

Completed in 810 milliseconds