Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/ktrace/
H A Dkperf_backtracing_tests.c470 recurse_spin(dispatch_semaphore_t notify_sema, int depth) in recurse_spin() argument
473 recurse_spin(notify_sema, depth - 1); in recurse_spin()
475 dispatch_semaphore_signal(notify_sema); in recurse_spin()
483 dispatch_semaphore_t notify_sema = arg; in spin_thread() local
485 recurse_spin(notify_sema, 257); in spin_thread()
509 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable
510 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);
564 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable
565 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);
630 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable
[all …]