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

  /bootable/recovery/minadbd/
sysdeps.h 69 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg) function
417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) function
  /system/core/adb/
sysdeps.h 71 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg) function
440 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) function

Completed in 83 milliseconds