HomeSort by relevance Sort by last modified time
    Searched defs:adb_thread_t (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/minadbd/
sysdeps.h 63 typedef struct { unsigned tid; } adb_thread_t; typedef in typeref:struct:__anon1107
69 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg)
413 typedef pthread_t adb_thread_t; typedef
417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg )
  /system/core/adb/
sysdeps.h 65 typedef struct { unsigned tid; } adb_thread_t; typedef in typeref:struct:__anon81210
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 57 milliseconds