Home
last modified time | relevance | path

Searched refs:k_work_flush (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dkernel.h21 FAKE(k_work_flush) \
43 DECLARE_FAKE_VALUE_FUNC(bool, k_work_flush, struct k_work *, struct k_work_sync *);
Dkernel.c20 DEFINE_FAKE_VALUE_FUNC(bool, k_work_flush, struct k_work *, struct k_work_sync *);
/Zephyr-latest/drivers/video/
Dvideo_emul_rx.c242 k_work_flush(&data->work, &sync); in emul_rx_flush()
250 k_work_flush(&data->work, &sync); in emul_rx_flush()
/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c451 zassert_true(k_work_flush(&common_work, &work_sync)); in ZTEST()
452 zassert_false(k_work_flush(&common_work1, &work_sync)); in ZTEST()
462 zassert_false(k_work_flush(&common_work, &work_sync)); in ZTEST()
463 zassert_false(k_work_flush(&common_work1, &work_sync)); in ZTEST()
490 zassert_true(k_work_flush(&common_work, &work_sync)); in ZTEST()
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.c204 k_work_flush(&service_work, &sync); in test_lwm2m_engine_stop_service()
/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_ext.c538 k_work_flush(&advs[i].work, &sync); in bt_mesh_adv_disable()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt131 119 k_work_flush work=%I
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst326 * :c:func:`k_work_flush()` may be invoked from threads to block until the work
381 * :c:func:`k_work_flush_delayable()` is the analog to :c:func:`k_work_flush()`
393 with work items after they've been submitted. :c:func:`k_work_flush()`,
526 check to avoid invoking :c:func:`k_work_flush` or
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c492 k_work_flush(&data->mbox_work, &sync); in deregister_ept()
/Zephyr-latest/kernel/
Dwork.c455 bool k_work_flush(struct k_work *work, in k_work_flush() function
/Zephyr-latest/include/zephyr/
Dkernel.h3492 bool k_work_flush(struct k_work *work,
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c333 (void)k_work_flush(&conn->tx_complete_work, &sync); in bt_conn_tx_notify()