Home
last modified time | relevance | path

Searched refs:executor_ready_for_exceptions (Results 1 – 12 of 12) sorted by relevance

/xnu-10002.81.5/tests/vm/
H A Ddiag_threshold_test_no_limit_cross.c37 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in no_limit_cross_test_execution()
H A Ddiag_threshold_test_simple.c33 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in simple_test_execution()
H A Ddiag_threshold_test_enable_disable_threshold.c36 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in enable_disable_threshold_test_execution()
H A Ddiag_threshold_test_large_limit.c36 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in simple_test_large_limit_testexecution()
H A Ddiag_threshold_test_no_retrigger.c43 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in diag_threshold_test_no_retrigger_execution()
H A Ddiag_threshold_test_double_limit.c41 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in double_limit_test_execution()
H A Ddiag_threshold_test_with_low_watermark.c35 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in diag_threshold_test_with_low_watermark()
H A Ddiag_threshold_test_with_high_watermark.c35 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in diag_threshold_test_with_high_watermark()
H A Ddiag_threshold_test_watermark_and_threshold_same.c60 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in diag_threshold_test_watermark_and_threshold_same()
H A Ddiag_threshold_test_limit_and_threshold_same.c60 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in diag_threshold_test_limit_and_threshold_same()
H A Ddiag_threshold_test.h65 …dispatch_semaphore_t executor_ready_for_exceptions; /** A holding poi… member
H A Ddiag_threshold_test.c124 .executor_ready_for_exceptions = dispatch_semaphore_create(0), in execute_one_test()
531 dispatch_semaphore_wait(info->executor_ready_for_exceptions, DISPATCH_TIME_FOREVER); in wait_for_exceptions_ready()