Home
last modified time | relevance | path

Searched refs:k_work_cancel (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp.c225 k_work_cancel(&zst->work); in smp_rx_remove_invalid()
258 k_work_cancel(&zst->work); in smp_rx_clear()
/Zephyr-latest/modules/nrf_wifi/os/
Dwork.c154 k_work_cancel(&item->work); in work_kill()
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dkernel.c88 int k_work_cancel(struct k_work *work) in k_work_cancel() function
/Zephyr-latest/subsys/testsuite/busy_sim/
Dbusy_sim.c166 k_work_cancel(&sim_work); in busy_sim_stop()
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.c203 k_work_cancel(&service_work); in test_lwm2m_engine_stop_service()
/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dicmsg.c50 (void)k_work_cancel(&dev_data->mbox_work); in mbox_deinit()
/Zephyr-latest/drivers/video/
Dvideo_emul_rx.c239 k_work_cancel(&data->work); in emul_rx_flush()
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c266 (void)k_work_cancel(&discover_work); in discovery_timeout_cb()
/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c547 zassert_equal(k_work_cancel(&common_work), 0); in ZTEST()
712 zassert_equal(k_work_cancel(wp), K_WORK_RUNNING | K_WORK_CANCELING, in ZTEST()
837 rc = k_work_cancel(&common_work); in ZTEST()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt125 113 k_work_cancel work=%I
/Zephyr-latest/drivers/serial/
Duart_emul.c774 k_work_cancel(&data->tx_work); in uart_emul_tx_abort()
825 k_work_cancel(&data->rx_disable_work); in uart_emul_rx_enable()
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst328 * :c:func:`k_work_cancel()` attempts to prevent the work item from being
334 can be used after :c:func:`k_work_cancel()` is invoked (from an ISR)` to
384 :c:func:`k_work_cancel()` for delayable work; similarly with
477 * Asynchronous cancellation (:c:func:`k_work_cancel` or
/Zephyr-latest/drivers/haptics/
Ddrv2605.c379 return k_work_cancel(&data->rtp_work); in drv2605_stop_output()
/Zephyr-latest/kernel/
Dwork.c550 int k_work_cancel(struct k_work *work) in k_work_cancel() function
/Zephyr-latest/subsys/modem/
Dmodem_chat.c107 k_work_cancel(&chat->script_send_work); in modem_chat_script_stop()
/Zephyr-latest/include/zephyr/
Dkernel.h3514 int k_work_cancel(struct k_work *work);