Searched refs:test_cancel (Results 1 – 6 of 6) sorted by relevance
117 static void test_cancel(void) in test_cancel() function154 test_cancel(); in ZTEST_F()172 test_cancel(); in ZTEST_F()
23 src/test_cancel.c
85 } test_cancel[] = { variable884 for (size_t i = 0; i < ARRAY_SIZE(test_cancel); i++) { in test_tx_cancel()885 pub_param_set(test_cancel[i].period, test_cancel[i].transmit); in test_tx_cancel()892 for (size_t j = 0; j < test_cancel[i].msgs - 1; j++) { in test_tx_cancel()901 k_sleep(K_MSEC(test_cancel[i].sleep)); in test_tx_cancel()917 int32_t jitter = llabs(time_delta - test_cancel[i].duration); in test_tx_cancel()940 for (size_t i = 0; i < ARRAY_SIZE(test_cancel); i++) { in test_rx_cancel()954 for (size_t j = 0; j < test_cancel[i].msgs; j++) { in test_rx_cancel()965 int32_t jitter = llabs(time_delta - test_cancel[i].duration); in test_rx_cancel()
1127 static void test_cancel(bool cap_in_progress) in test_cancel() function1259 test_cancel(true); in test_main_cap_commander_cancel()1264 test_cancel(false); in test_main_cap_commander_cancel()
829 ZTEST(coap_client, test_cancel) in ZTEST() argument
219 ZTEST(optee_test_suite, test_cancel) in ZTEST() argument