HomeSort by relevance Sort by last modified time
    Searched full:adb_thread_create (Results 1 - 14 of 14) sorted by null

  /system/core/adb/
socket_test.cpp 88 ASSERT_TRUE(adb_thread_create(FdEventThreadFunc, nullptr, &thread));
151 ASSERT_TRUE(adb_thread_create(reinterpret_cast<void (*)(void*)>(CloseWithPacketThreadFunc),
175 ASSERT_TRUE(adb_thread_create(reinterpret_cast<void (*)(void*)>(CloseWithPacketThreadFunc),
207 ASSERT_TRUE(adb_thread_create(reinterpret_cast<void (*)(void*)>(CloseWithPacketThreadFunc),
246 ASSERT_TRUE(adb_thread_create(reinterpret_cast<void (*)(void*)>(ClientThreadFunc), nullptr,
259 ASSERT_TRUE(adb_thread_create(reinterpret_cast<void (*)(void*)>(CloseRdHupSocketThreadFunc),
sysdeps_test.cpp 33 ASSERT_TRUE(adb_thread_create(increment_atomic_int, &counter));
44 ASSERT_TRUE(adb_thread_create(increment_atomic_int, &counter, &threads[i]));
49 // Make sure that adb_thread_create actually creates threads, and doesn't do something silly
63 ASSERT_TRUE(adb_thread_create(
254 adb_thread_create([](void*) {
290 adb_thread_create([](void*) {
fdevent_test.cpp 82 ASSERT_TRUE(adb_thread_create([](void*) { fdevent_loop(); }, nullptr, &thread));
124 ASSERT_TRUE(adb_thread_create(reinterpret_cast<void (*)(void*)>(FdEventThreadFunc), &thread_arg,
175 ASSERT_TRUE(adb_thread_create(InvalidFdThreadFunc, nullptr, &thread));
transport_local.cpp 249 adb_thread_create(server_socket_thread, arg);
315 if (!adb_thread_create(func, (void *) (uintptr_t) port)) {
usb_linux_client.cpp 377 if (!adb_thread_create(usb_adb_open_thread, h)) {
587 if (!adb_thread_create(usb_ffs_open_thread, h)) {
sysdeps.h 135 static __inline__ bool adb_thread_create(adb_thread_func_t func, void* arg, function
725 static __inline__ bool adb_thread_create(adb_thread_func_t start, void* arg,
usb_windows.cpp 259 if (!adb_thread_create(device_poll_thread, nullptr)) {
262 if (!adb_thread_create(_power_notification_thread, nullptr)) {
services.cpp 266 if (!adb_thread_create(service_bootstrap_func, sti)) {
usb_linux.cpp 593 if (!adb_thread_create(device_poll_thread, nullptr)) {
usb_osx.cpp 428 if (!adb_thread_create(RunLoopThread, nullptr)) {
transport.cpp 548 if (!adb_thread_create(write_transport_thread, t)) {
552 if (!adb_thread_create(read_transport_thread, t)) {
shell_service.cpp 405 if (!adb_thread_create(ThreadHandler, raw)) {
commandline.cpp 698 if (!adb_thread_create(stdin_read_thread_loop, args)) {
    [all...]
  /bootable/recovery/minadbd/
services.cpp 76 if (!adb_thread_create(service_bootstrap_func, sti)) {

Completed in 624 milliseconds