Home
last modified time | relevance | path

Searched refs:cv_broadcast (Results 1 - 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/sys/
H A Dcondvar.h43 extern int cv_broadcast(pthread_cond_t *cond);
/third_party/FreeBSD/sys/kern/
H A Dkern_condvar.c100 cv_broadcast(pthread_cond_t *cond) in cv_broadcast() function
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_process.c145 (void)cv_broadcast(&up->up_drain); in usb_process_thread()
456 (void)cv_broadcast(&up->up_drain); in usb_proc_drain()
H A Dusb_dev.c232 cv_broadcast(&cpd->udev->ref_cv); in usb_ref_device()
304 cv_broadcast(&cpd->udev->ref_cv); in usb_unref_device()
537 cv_broadcast(&f->cv_io); in usb_fifo_free()
1402 cv_broadcast(&f->cv_io); in usb_fifo_signal()
H A Dusb_transfer.c2380 (void)cv_broadcast(&info->cv_drain); in usbd_callback_wrapper()
3284 /* Make sure cv_signal() and cv_broadcast() is not called */ in usbd_transfer_poll()

Completed in 8 milliseconds