Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.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.7.0/include/zephyr/shell/
Dshell_telnet.h61 struct k_work_sync work_sync; member
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral_hr/src/
Dmain.c177 struct k_work_sync work_sync; in blink_stop() local
180 k_work_cancel_delayable_sync(&blink_work, &work_sync); in blink_stop()
/Zephyr-Core-3.7.0/samples/bluetooth/periodic_sync/src/
Dmain.c216 struct k_work_sync work_sync; in main() local
263 k_work_cancel_delayable_sync(&blink_work, &work_sync); in main()
/Zephyr-Core-3.7.0/drivers/video/
Dvideo_sw_generator.c23 struct k_work_sync work_sync; member
104 k_work_cancel_delayable_sync(&data->buf_work, &data->work_sync); in video_sw_generator_stream_stop()
/Zephyr-Core-3.7.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.7.0/subsys/shell/backends/
Dshell_telnet.c59 &sh_telnet->work_sync); in telnet_end_client_connection()
167 &sh_telnet->work_sync); in telnet_reply_command()
687 &sh_telnet->work_sync); in telnet_write()
/Zephyr-Core-3.7.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);\