Searched refs:thrd_detach (Results 1 - 25 of 25) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dthrd_detach.c5 int thrd_detach(thrd_t t) { function
/fuchsia/zircon/system/utest/exit/
H A Dexit.c26 thrd_detach(thread);
/fuchsia/zircon/system/utest/core/c11-thread/
H A Dthread.c63 ret = thrd_detach(thread);
99 EXPECT_EQ(thrd_detach(*thrd), 0, "");
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dthreads.h58 int thrd_detach(thrd_t);
/fuchsia/zircon/system/dev/bus/virtio/
H A Ddevice.cpp85 thrd_detach(irq_thread_);
H A Drng.cpp72 thrd_detach(seed_thread_);
H A Dgpu.cpp455 thrd_detach(flush_thread_);
529 thrd_detach(start_thread_);
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr.cpp283 thrd_detach(t);
374 thrd_detach(t);
477 thrd_detach(t);
620 thrd_detach(t);
626 thrd_detach(t);
H A Dfshost.cpp437 thrd_detach(th);
/fuchsia/zircon/system/dev/input/hidctl/
H A Dhidctl.cpp235 thrd_detach(thread_);
/fuchsia/zircon/system/dev/misc/tpm/
H A Dtpm.cpp168 thrd_detach(thread);
/fuchsia/zircon/system/core/netsvc/
H A Dtftp.c269 thrd_detach(log_thrd);
294 thrd_detach(file_info->paver.buf_copy_thrd);
/fuchsia/zircon/system/utest/fs-vnode/
H A Dteardown-tests.cpp66 thrd_detach(thrd);
/fuchsia/zircon/system/dev/block/block/
H A Dblock.c120 thrd_detach(thread);
/fuchsia/zircon/system/dev/ethernet/intel-ethernet/
H A Dethernet.c320 thrd_detach(edev->thread);
/fuchsia/zircon/system/dev/bluetooth/bt-transport-uart/
H A Dbt-transport-uart.c417 thrd_detach(read_thread);
/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.c563 thrd_detach(thread);
/fuchsia/zircon/system/dev/usb/xhci/
H A Dusb-xhci.c324 thrd_detach(thread);
/fuchsia/zircon/system/uapp/hid/
H A Dmain.cpp323 thrd_detach(t);
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c1831 thrd_detach(root_hub_req_worker);
1836 thrd_detach(irq_thread);
/fuchsia/zircon/system/dev/bluetooth/bt-transport-usb/
H A Dbt-transport-usb.c443 thrd_detach(read_thread);
/fuchsia/zircon/system/dev/ethernet/asix-88772b/
H A Dasix-88772b.c695 thrd_detach(thread);
/fuchsia/zircon/system/dev/block/imx-sdhci/
H A Dimx-sdhci.c1161 thrd_detach(irq_thread);
/fuchsia/zircon/system/dev/block/fvm/
H A Dfvm.cpp245 thrd_detach(initialization_thread_);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk801 $(LOCAL_DIR)/src/thread/thrd_detach.c \

Completed in 109 milliseconds