Searched refs:notify_sema (Results 1 – 1 of 1) sorted by relevance
472 recurse_spin(dispatch_semaphore_t notify_sema, int depth) in recurse_spin() argument475 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() local487 recurse_spin(notify_sema, 257); in spin_thread()511 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable512 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);566 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable567 uint64_t tid = create_backtrace_thread(spin_thread, notify_sema);632 dispatch_semaphore_t notify_sema = dispatch_semaphore_create(0); variable[all …]