Searched refs:work_sync (Results  1 – 10 of 10) sorted by relevance
| /Zephyr-latest/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-latest/include/zephyr/shell/ | 
| D | shell_telnet.h | 61 	struct k_work_sync work_sync;  member
  | 
| D | shell_websocket.h | 58 	struct k_work_sync work_sync;  member
  | 
| /Zephyr-latest/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-latest/samples/bluetooth/periodic_sync/src/ | 
| D | main.c | 232 		struct k_work_sync work_sync;  in main()  local 279 		k_work_cancel_delayable_sync(&blink_work, &work_sync);  in main()
  | 
| /Zephyr-latest/subsys/modbus/ | 
| D | modbus_core.c | 379 	struct k_work_sync work_sync;  in modbus_disable()  local 400 	k_work_cancel_sync(&ctx->server_work, &work_sync);  in modbus_disable()
  | 
| /Zephyr-latest/drivers/video/ | 
| D | video_sw_generator.c | 33 	struct k_work_sync work_sync;  member 109 		k_work_cancel_delayable_sync(&data->buf_work, &data->work_sync);  in video_sw_generator_set_stream()
  | 
| /Zephyr-latest/subsys/shell/backends/ | 
| D | shell_websocket.c | 47 	k_work_cancel_delayable_sync(&ws->send_work, &ws->work_sync);  in ws_end_client_connection() 289 	was_running = k_work_cancel_delayable_sync(&ws->send_work, &ws->work_sync);  in sh_write()
  | 
| D | shell_telnet.c | 59 				     &sh_telnet->work_sync);  in telnet_end_client_connection() 167 					     &sh_telnet->work_sync);  in telnet_reply_command() 689 						   &sh_telnet->work_sync);  in telnet_write()
  | 
| /Zephyr-latest/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);\
  |