Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/ktrace/
H A Dkperf_backtracing_tests.c472 recurse_spin(dispatch_semaphore_t notify_sema, int depth) in recurse_spin() argument
475 recurse_spin(notify_sema, depth - 1); in recurse_spin()
477 dispatch_semaphore_signal(notify_sema); in recurse_spin()
485 dispatch_semaphore_t notify_sema = arg; in spin_thread() local
487 recurse_spin(notify_sema, 257); in spin_thread()
511 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable
512 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);
566 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable
567 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);
632 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable
[all …]