OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adb_thread_t
(Results
1 - 15
of
15
) 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 )
services.c
121
adb_thread_t
t;
usb_linux_client.c
115
adb_thread_t
tid;
transport.c
425
adb_thread_t
output_thread_ptr;
426
adb_thread_t
input_thread_ptr;
/system/core/adb/
sysdeps.h
64
typedef struct { unsigned tid; }
adb_thread_t
;
typedef in typeref:struct:__anon60756
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 )
usb_linux_client.c
231
adb_thread_t
tid;
440
adb_thread_t
tid;
backup_service.c
134
adb_thread_t
t;
services.c
149
adb_thread_t
t;
291
adb_thread_t
t;
transport_local.c
259
adb_thread_t
thr;
304
adb_thread_t
thr;
usb_windows.c
180
adb_thread_t
tid;
usb_libusb.c
629
adb_thread_t
tid;
usb_osx.c
416
adb_thread_t
tid;
transport.c
574
adb_thread_t
output_thread_ptr;
575
adb_thread_t
input_thread_ptr;
usb_linux.c
703
adb_thread_t
tid;
commandline.c
347
adb_thread_t
thr;
[
all
...]
Completed in 783 milliseconds