Searched refs:k_work_cancel_sync (Results  1 – 9 of 9) sorted by relevance
| /Zephyr-latest/subsys/modem/ | 
| D | modem_ubx.c | 306 	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()
 
 | 
| D | modem_chat.c | 917 	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()
 
 | 
| D | modem_ppp.c | 555 	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/ | 
| D | main.c | 565 	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/ | 
| D | modbus_core.c | 400 	k_work_cancel_sync(&ctx->server_work, &work_sync);  in modbus_disable()
 | 
| /Zephyr-latest/subsys/tracing/sysview/ | 
| D | SYSVIEW_Zephyr.txt | 128 116 k_work_cancel_sync           dwork=%I, sync=%I
 | 
| /Zephyr-latest/doc/kernel/services/threads/ | 
| D | workqueue.rst | 93 * marked canceling (because a thread used :c:func:`k_work_cancel_sync()` to331 * :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/ | 
| D | work.c | 567 bool k_work_cancel_sync(struct k_work *work,  in k_work_cancel_sync()  function
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | kernel.h | 3548 bool k_work_cancel_sync(struct k_work *work, struct k_work_sync *sync);
 |