Searched refs:work_sync (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.7.0/tests/kernel/workq/work/src/ |
D | main.c | 55 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/ |
D | shell_telnet.h | 61 struct k_work_sync work_sync; member
|
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral_hr/src/ |
D | main.c | 177 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/ |
D | main.c | 216 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/ |
D | video_sw_generator.c | 23 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/ |
D | modbus_core.c | 377 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/ |
D | shell_telnet.c | 59 &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/ |
D | benchmark.c | 116 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);\
|