HomeSort by: relevance | last modified time | path
    Searched defs:ISC_LOOP_TEST_CUSTOM_IMPL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/tests/include/tests/
isc.h 141 #define ISC_LOOP_TEST_CUSTOM_IMPL(name, setup, teardown) \
158 #define ISC_LOOP_TEST_IMPL(name) ISC_LOOP_TEST_CUSTOM_IMPL(name, NULL, NULL)
161 ISC_LOOP_TEST_CUSTOM_IMPL(name, setup_loop_##name, NULL)
164 ISC_LOOP_TEST_CUSTOM_IMPL(name, setup_loop_##name, teardown_loop_##name)
167 ISC_LOOP_TEST_CUSTOM_IMPL(name, NULL, teardown_loop_##name)
  /src/external/mpl/bind/dist/tests/isc/
timer_test.c 442 ISC_LOOP_TEST_CUSTOM_IMPL(reschedule_up, setup_loop_reschedule_up,
462 ISC_LOOP_TEST_CUSTOM_IMPL(reschedule_down, setup_loop_reschedule_down,
482 ISC_LOOP_TEST_CUSTOM_IMPL(reschedule_from_callback,
498 ISC_LOOP_TEST_CUSTOM_IMPL(zero, setup_loop_zero, teardown_loop_timer_expect) {
513 ISC_LOOP_TEST_CUSTOM_IMPL(reschedule_ticker, setup_loop_reschedule_ticker,

Completed in 58 milliseconds