Home
last modified time | relevance | path

Searched refs:wait_for_thread (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dhaiku_usb_backend.cpp251 wait_for_thread(fTransfersThread, NULL); in ~USBDeviceHandle()
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs972 pub fn wait_for_thread(thread: thread_id, returnValue: *mut status_t) -> status_t; in wait_for_thread() function