Home
last modified time | relevance | path

Searched refs:k_work_cancel_sync (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/modem/
Dmodem_ubx.c306 k_work_cancel_sync(&ubx->send_work, &sync); in modem_ubx_release()
307 k_work_cancel_sync(&ubx->process_work, &sync); in modem_ubx_release()
Dmodem_chat.c917 k_work_cancel_sync(&chat->script_run_work, &sync); in modem_chat_release()
918 k_work_cancel_sync(&chat->script_abort_work, &sync); in modem_chat_release()
919 k_work_cancel_sync(&chat->receive_work, &sync); in modem_chat_release()
920 k_work_cancel_sync(&chat->script_send_work, &sync); in modem_chat_release()
Dmodem_ppp.c555 k_work_cancel_sync(&ppp->send_work, &sync); in modem_ppp_release()
556 k_work_cancel_sync(&ppp->process_work, &sync); in modem_ppp_release()
/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c565 zassert_false(k_work_cancel_sync(&common_work, &work_sync)); in ZTEST()
575 zassert_true(k_work_cancel_sync(&common_work, &work_sync)); in ZTEST()
726 zassert_true(k_work_cancel_sync(wp, &work_sync)); in ZTEST()
775 zassert_true(k_work_cancel_sync(wp, &work_sync)); in ZTEST()
841 zassert_equal(k_work_cancel_sync(&common_work, &work_sync), true); in ZTEST()
/Zephyr-latest/subsys/modbus/
Dmodbus_core.c400 k_work_cancel_sync(&ctx->server_work, &work_sync); in modbus_disable()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt128 116 k_work_cancel_sync dwork=%I, sync=%I
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst93 * marked canceling (because a thread used :c:func:`k_work_cancel_sync()` to
331 * :c:func:`k_work_cancel_sync()` may be invoked from threads to block until
394 :c:func:`k_work_cancel_sync()`, and :c:func:`k_work_cancel_delayable_sync()`
527 :c:func:`k_work_cancel_sync`, if you are *certain* that nothing else might
/Zephyr-latest/kernel/
Dwork.c567 bool k_work_cancel_sync(struct k_work *work, in k_work_cancel_sync() function
/Zephyr-latest/include/zephyr/
Dkernel.h3548 bool k_work_cancel_sync(struct k_work *work, struct k_work_sync *sync);