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:__anon790
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:__anon62565
70 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg)
433 typedef pthread_t adb_thread_t; typedef
437 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg )

Completed in 57 milliseconds