Home
last modified time | relevance | path

Searched refs:k_work_reschedule (Results 1 – 17 of 17) sorted by relevance

/tests/bluetooth/host/conn/mocks/
A Dkernel.h25 FAKE(k_work_reschedule) \
51 DECLARE_FAKE_VALUE_FUNC(int, k_work_reschedule, struct k_work_delayable *, k_timeout_t);
A Dkernel.c26 DEFINE_FAKE_VALUE_FUNC(int, k_work_reschedule, struct k_work_delayable *, k_timeout_t);
/tests/arch/arm/arm_thread_swap_tz/src/
A Dmain.c99 err = k_work_reschedule(&interrupting_work, delay); in ZTEST()
/tests/bsim/bluetooth/samples/battery_service/src/
A Dperipheral_test.c131 k_work_reschedule(&update_bas_char_work, K_SECONDS(1)); in update_bas_char_work_handler()
/tests/net/tcp/src/
A Dmain.c859 k_work_reschedule(&test_server, K_NO_WAIT); in ZTEST()
872 k_work_reschedule(&test_server, K_NO_WAIT); in ZTEST()
880 k_work_reschedule(&test_server, K_NO_WAIT); in ZTEST()
928 k_work_reschedule(&test_server, K_NO_WAIT); in ZTEST()
941 k_work_reschedule(&test_server, K_NO_WAIT); in ZTEST()
949 k_work_reschedule(&test_server, K_NO_WAIT); in ZTEST()
997 k_work_reschedule(&test_server, K_NO_WAIT); in ZTEST()
1010 k_work_reschedule(&test_server, K_NO_WAIT); in ZTEST()
1018 k_work_reschedule(&test_server, K_NO_WAIT); in ZTEST()
1951 k_work_reschedule(&test_server, K_NO_WAIT); in create_server_socket()
[all …]
/tests/bluetooth/audio/mocks/src/
A Dkernel.c41 int k_work_reschedule(struct k_work_delayable *dwork, k_timeout_t delay) in k_work_reschedule() function
/tests/bsim/bluetooth/host/iso/cis/src/
A Dcis_central.c78 k_work_reschedule(k_work_delayable_from_work(work), K_USEC(interval_us)); in send_data_cb()
93 k_work_reschedule(k_work_delayable_from_work(work), K_NO_WAIT); in send_data_cb()
/tests/net/conn_mgr_conn/src/
A Dtest_conn_impl.c60 k_work_reschedule(&simulate_event_work, SIMULATED_EVENT_DELAY_TIME); in simulate_event()
/tests/bsim/bluetooth/audio/src/
A Dbap_scan_delegator_test.c158 (void)k_work_reschedule(&state->pa_timer, in pa_sync_past()
193 (void)k_work_reschedule(&state->pa_timer, in pa_sync_no_past()
A Dcsip_set_coordinator_test.c364 err = k_work_reschedule(&discover_members_timer, in connect_set()
/tests/bsim/bluetooth/host/iso/bis/src/
A Dbis_broadcaster.c82 k_work_reschedule(&iso_send_work, K_USEC(SDU_INTERVAL_US)); in send_data()
/tests/net/socket/tcp/src/
A Dmain.c1788 k_work_reschedule(&test_data->tx_work, K_MSEC(10)); in test_msg_waitall_tx_work_handler()
1831 k_work_reschedule(&test_data.tx_work, K_MSEC(10)); in ZTEST()
1852 k_work_reschedule(&test_data.tx_work, K_MSEC(10)); in ZTEST()
1908 k_work_reschedule(&test_data.tx_work, K_MSEC(10)); in ZTEST()
1929 k_work_reschedule(&test_data.tx_work, K_MSEC(10)); in ZTEST()
/tests/kernel/workq/work_queue/src/
A Dmain.c310 zassert_true(k_work_reschedule(&delayed_tests[i].work, in test_delayed_submit()
/tests/bsim/bluetooth/host/l2cap/stress/src/
A Dmain.c112 k_work_reschedule(&(get_ctx(chan)->work_item), RESCHEDULE_DELAY); in l2cap_chan_send()
/tests/kernel/workq/work/src/
A Dmain.c1431 rc = k_work_reschedule(&dwork, K_MSEC(2U * DELAY_MS)); in ZTEST()
1440 rc = k_work_reschedule(&dwork, K_MSEC(DELAY_MS)); in ZTEST()
/tests/bsim/bluetooth/mesh/src/
A Dtest_provision.c408 k_work_reschedule(&oob_timer, oob_wait_unprov_int in input()
/tests/bluetooth/tester/src/audio/
A Dbtp_bap_broadcast.c1135 (void)k_work_reschedule(&pa_timer, K_MSEC(param.timeout * 10)); in pa_sync_past()

Completed in 48 milliseconds