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:__anon747
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 64 typedef struct { unsigned tid; } adb_thread_t; typedef in typeref:struct:__anon43998
70 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg)
418 typedef pthread_t adb_thread_t; typedef
422 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg )

Completed in 153 milliseconds