Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/ktrace/
H A Dkperf_backtracing_tests.c267 static dispatch_semaphore_t backtrace_started; variable
285 dispatch_semaphore_signal(backtrace_started); in backtrace_thread()
319 backtrace_started = dispatch_semaphore_create(0); in create_backtrace_thread()
320 T_QUIET; T_ASSERT_NOTNULL(backtrace_started, NULL); in create_backtrace_thread()
331 dispatch_semaphore_wait(backtrace_started, DISPATCH_TIME_FOREVER); in create_backtrace_thread()
486 dispatch_semaphore_signal(backtrace_started); in spin_thread()