HomeSort by relevance Sort by last modified time
    Searched refs:adb_thread_t (Results 1 - 5 of 5) sorted by null

  /system/core/adb/
fdevent_test.h 52 void TerminateThread(adb_thread_t thread) {
socket_test.cpp 87 adb_thread_t thread;
150 adb_thread_t thread;
174 adb_thread_t thread;
206 adb_thread_t thread;
245 adb_thread_t client_thread;
258 adb_thread_t thread;
sysdeps.h 122 typedef HANDLE adb_thread_t; typedef
138 adb_thread_t* thread = nullptr) {
152 static __inline__ bool adb_thread_join(adb_thread_t thread) {
170 static __inline__ bool adb_thread_detach(adb_thread_t thread) {
186 static __inline__ adb_thread_t adb_thread_self() {
190 static __inline__ bool adb_thread_equal(adb_thread_t lhs, adb_thread_t rhs) {
689 typedef pthread_t adb_thread_t;
705 adb_thread_t* thread = nullptr) {
721 static __inline__ bool adb_thread_join(adb_thread_t thread)
    [all...]
fdevent_test.cpp 80 adb_thread_t thread;
115 adb_thread_t thread;
174 adb_thread_t thread;
sysdeps_test.cpp 42 std::vector<adb_thread_t> threads(500);
62 adb_thread_t thread;

Completed in 718 milliseconds