Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dbenchmark-queue-work.c48 BENCHMARK_IMPL(queue_work) { in BENCHMARK_IMPL()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_interrupt.c110 if (!(queue_work(workQueue, work))) { in irq_bottom_half()
H A Dlinux_workqueue.c376 return queue_work(dwork->wq, &dwork->work); in queue_delayed_work()
474 (VOID)queue_work(dwork->wq, &dwork->work); in linux_flush_delayed_work()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h209 #define queue_work(wq, work) \ macro
346 * <li>The work will be queued on the workqueue immediately if delayTime is 0, it as same as queue_work(). </li>
522 * <li>flush_work() should be used after queue_work() has been called.</li>
545 * <li>cancel_work_sync() should be used after queue_work() has been called.</li>
555 * @see queue_work
/third_party/NuttX/drivers/usbdev/gadget/
H A Drndis.c985 ret = queue_work(priv->wq, &priv->pollwork); in rndis_txavail()
1114 ret = queue_work(priv->wq, &priv->rxwork); in rndis_recvpacket()

Completed in 5 milliseconds