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

  /system/core/adb/
fdevent_test.h 55 ASSERT_TRUE(adb_thread_join(thread));
sysdeps_test.cpp 55 ASSERT_TRUE(adb_thread_join(thread));
69 ASSERT_TRUE(adb_thread_join(thread));
fdevent_test.cpp 176 ASSERT_TRUE(adb_thread_join(thread));
socket_test.cpp 267 ASSERT_TRUE(adb_thread_join(client_thread));
sysdeps.h 152 static __inline__ bool adb_thread_join(adb_thread_t thread) { function
159 fprintf(stderr, "adb_thread_join failed: %s\n",
721 static __inline__ bool adb_thread_join(adb_thread_t thread) {

Completed in 63 milliseconds