Home
last modified time | relevance | path

Searched refs:adb_thread_t (Results 1 – 5 of 5) sorted by relevance

/system/core/adb/
Dsysdeps.h102 typedef HANDLE adb_thread_t; typedef
118 adb_thread_t* thread = nullptr) {
132 static __inline__ bool adb_thread_join(adb_thread_t thread) { in adb_thread_join()
150 static __inline__ bool adb_thread_detach(adb_thread_t thread) { in adb_thread_detach()
166 static __inline__ adb_thread_t adb_thread_self() { in adb_thread_self()
170 static __inline__ bool adb_thread_equal(adb_thread_t lhs, adb_thread_t rhs) { in adb_thread_equal()
666 typedef pthread_t adb_thread_t; typedef
682 adb_thread_t* thread = nullptr) {
698 static __inline__ bool adb_thread_join(adb_thread_t thread) { in adb_thread_join()
703 static __inline__ bool adb_thread_detach(adb_thread_t thread) { in adb_thread_detach()
Dsocket_test.cpp91 adb_thread_t thread; in TEST_F()
155 adb_thread_t thread; in TEST_F()
180 adb_thread_t thread; in TEST_F()
214 adb_thread_t thread; in TEST_F()
255 adb_thread_t client_thread; in TEST_F()
265 adb_thread_t thread; in TEST_F()
Dfdevent_test.cpp80 adb_thread_t thread; in TEST_F()
115 adb_thread_t thread; in TEST_F()
174 adb_thread_t thread; in TEST_F()
Dfdevent_test.h62 void TerminateThread(adb_thread_t thread) { in TerminateThread()
Dsysdeps_test.cpp46 std::vector<adb_thread_t> threads(500); in TEST()
66 adb_thread_t thread; in TEST()