Home
last modified time | relevance | path

Searched refs:diag_mem_threshold_wait_for_exception (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/tests/vm/
H A Ddiag_threshold_test_with_low_watermark.c41 if (FALSE == diag_mem_threshold_wait_for_exception(info)) { in diag_threshold_test_with_low_watermark()
48 diag_mem_threshold_wait_for_exception(info); in diag_threshold_test_with_low_watermark()
51 if (FALSE == diag_mem_threshold_wait_for_exception(info)) { in diag_threshold_test_with_low_watermark()
H A Ddiag_threshold_test_with_high_watermark.c41 if (FALSE == diag_mem_threshold_wait_for_exception(info)) { in diag_threshold_test_with_high_watermark()
48 diag_mem_threshold_wait_for_exception(info); in diag_threshold_test_with_high_watermark()
51 if (FALSE == diag_mem_threshold_wait_for_exception(info)) { in diag_threshold_test_with_high_watermark()
H A Ddiag_threshold_test_double_limit.c34 if (FALSE == diag_mem_threshold_wait_for_exception(info)) { in double_limit_test_execution()
H A Ddiag_threshold_test_no_retrigger.c36 if (FALSE == diag_mem_threshold_wait_for_exception(info)) { in diag_threshold_test_no_retrigger_execution()
H A Ddiag_threshold_test.h89 bool diag_mem_threshold_wait_for_exception(test_context_t *param);
H A Ddiag_threshold_test.c89 diag_mem_threshold_wait_for_exception(test_context_t *param) in diag_mem_threshold_wait_for_exception() function
149 bool wait_result = diag_mem_threshold_wait_for_exception(&info); in execute_one_test()