Searched refs:notify_sema (Results 1 – 1 of 1) sorted by relevance
470 recurse_spin(dispatch_semaphore_t notify_sema, int depth) in recurse_spin() argument473 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() local485 recurse_spin(notify_sema, 257); in spin_thread()509 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable510 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);564 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable565 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);630 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable[all …]