Searched refs:executor_ready_for_exceptions (Results 1 – 12 of 12) sorted by relevance
37 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in no_limit_cross_test_execution()
33 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in simple_test_execution()
36 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in enable_disable_threshold_test_execution()
36 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in simple_test_large_limit_testexecution()
41 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in double_limit_test_execution()
43 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in diag_threshold_test_no_retrigger_execution()
35 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in diag_threshold_test_with_high_watermark()
35 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in diag_threshold_test_with_low_watermark()
60 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in diag_threshold_test_watermark_and_threshold_same()
60 dispatch_semaphore_signal(info->executor_ready_for_exceptions); in diag_threshold_test_limit_and_threshold_same()
65 …dispatch_semaphore_t executor_ready_for_exceptions; /** A holding poi… member
124 .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()