Home
last modified time | relevance | path

Searched refs:work_sync (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.6.0/tests/kernel/workq/work/src/
Dmain.c55 static struct k_work_sync work_sync; variable
451 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()
510 zassert_false(k_work_flush_delayable(&dwork, &work_sync)); in ZTEST()
520 zassert_true(k_work_flush_delayable(&dwork, &work_sync)); in ZTEST()
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()
[all …]
/Zephyr-Core-3.6.0/include/zephyr/shell/
Dshell_telnet.h49 struct k_work_sync work_sync; member
/Zephyr-Core-3.6.0/drivers/video/
Dvideo_sw_generator.c19 struct k_work_sync work_sync; member
67 k_work_cancel_delayable_sync(&data->buf_work, &data->work_sync); in video_sw_generator_stream_stop()
/Zephyr-Core-3.6.0/samples/bluetooth/periodic_sync/src/
Dmain.c210 struct k_work_sync work_sync; in main() local
257 k_work_cancel_delayable_sync(&blink_work, &work_sync); in main()
/Zephyr-Core-3.6.0/subsys/shell/backends/
Dshell_telnet.c50 &sh_telnet->work_sync); in telnet_end_client_connection()
173 &sh_telnet->work_sync); in telnet_reply_command()
503 &sh_telnet->work_sync); in write()
/Zephyr-Core-3.6.0/subsys/modbus/
Dmodbus_core.c377 struct k_work_sync work_sync; in modbus_disable() local
398 k_work_cancel_sync(&ctx->server_work, &work_sync); in modbus_disable()
/Zephyr-Core-3.6.0/tests/benchmarks/mbedtls/src/
Dbenchmark.c116 static struct k_work_sync work_sync; variable
186 (void)k_work_cancel_delayable_sync(&mbedtls_alarm, &work_sync);\
242 (void)k_work_cancel_delayable_sync(&mbedtls_alarm, &work_sync);\
/Zephyr-Core-3.6.0/drivers/modem/
Dgsm_ppp.c1170 struct k_work_sync work_sync; in gsm_ppp_stop() local
1177 (void)k_work_cancel_delayable_sync(&gsm->gsm_configure_work, &work_sync); in gsm_ppp_stop()
1179 (void)k_work_cancel_delayable_sync(&gsm->rssi_work_handle, &work_sync); in gsm_ppp_stop()