Searched refs:test_cancel (Results 1 – 3 of 3) sorted by relevance
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()
829 ZTEST(coap_client, test_cancel) in ZTEST() argument
219 ZTEST(optee_test_suite, test_cancel) in ZTEST() argument