Searched refs:tid (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/minadbd/
H A Dusb_linux_client.c232 adb_thread_t tid; local
260 if(adb_thread_create(&tid, usb_adb_open_thread, h)){
444 adb_thread_t tid; local
462 if (adb_thread_create(&tid, usb_ffs_open_thread, h)){
H A Dsysdeps.h63 typedef struct { unsigned tid; } adb_thread_t; member in struct:__anon12
71 thread->tid = _beginthread( (win_thread_func_t)func, 0, arg );
72 if (thread->tid == (unsigned)-1L) {

Completed in 38 milliseconds