Home
last modified time | relevance | path

Searched refs:detach (Results 1 – 24 of 24) sorted by relevance

/system/netd/server/
Dthread_util.h30 int detach() { in detach() function
50 int rval = scoped_attr.detach(); in threadLaunch()
DResolverController.cpp189 validate_thread.detach(); in checkPrivateDnsProviders()
/system/libhidl/base/
DTaskRunner.cpp37 }}.detach(); in start()
/system/core/adb/daemon/
Dmdns.cpp93 std::thread(setup_mdns_thread).detach(); in setup_mdns()
Dusb.cpp459 std::thread(usb_ffs_open_thread, h).detach(); in usb_ffs_init()
/system/extras/simpleperf/
Dcmd_stat_test.cpp164 thread.detach(); in TEST()
174 thread.detach(); in TEST()
Dcmd_record_test.cpp398 thread.detach(); in TEST()
409 thread.detach(); in TEST()
/system/vold/
DCryptCommandListener.cpp199 std::thread(&cryptfs_restart).detach(); in runCommand()
269 std::thread(&do_enablecrypto, arg2, arg4, type, no_ui).detach(); in runCommand()
336 std::thread(&cryptfs_mount_default_encrypted).detach(); in runCommand()
DMetadataCrypt.cpp270 std::thread(&async_kick_off).detach(); in e4crypt_mount_metadata_encrypted()
317 std::thread(&async_kick_off).detach(); in e4crypt_enable_crypto()
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h72 void detach(const void* objectID);
/system/libhwbinder/
DBpHwBinder.cpp69 void BpHwBinder::ObjectManager::detach(const void* objectID) in detach() function in android::hardware::BpHwBinder::ObjectManager
246 mObjects.detach(objectID); in detachObject()
DBinder.cpp169 e->mObjects.detach(objectID); in detachObject()
/system/core/adb/client/
Dmain.cpp175 notify_thread.detach(); in adb_server_main()
Dusb_libusb.cpp407 thread.detach(); in device_connected()
456 std::call_once(once, []() { std::thread(hotplug_thread).detach(); }); in hotplug_callback()
489 }).detach(); in usb_init()
Dusb_windows.cpp264 std::thread(device_poll_thread).detach(); in usb_init()
265 std::thread(_power_notification_thread).detach(); in usb_init()
Dusb_linux.cpp599 std::thread(device_poll_thread).detach(); in usb_init()
Dusb_osx.cpp445 std::thread(RunLoopThread).detach(); in usb_init()
/system/core/adb/
Dtransport_local.cpp351 std::thread(server_socket_thread, port).detach(); in qemu_socket_thread()
428 std::thread(func, port).detach(); in local_init()
Dtransport_mdns.cpp284 std::thread(init_mdns_transport_discovery_thread).detach(); in init_mdns_transport_discovery()
Dservices.cpp264 std::thread(service_bootstrap_func, sti).detach(); in create_service_thread()
Dtransport.cpp554 std::thread(write_transport_thread, t).detach(); in transport_registration_func()
555 std::thread(read_transport_thread, t).detach(); in transport_registration_func()
Dshell_service.cpp396 std::thread(ThreadHandler, raw).detach(); in StartThread()
Dcommandline.cpp660 std::thread(stdin_read_thread_loop, args).detach(); in RemoteShell()
/system/core/adf/libadf/tests/
Dadf_test.cpp106 void detach() { in detach() function in AdfTest
292 ASSERT_NO_FATAL_FAILURE(detach()); in TEST_F()