Searched refs:sysctl_test_panic_with_thread_sem (Results 1 – 1 of 1) sorted by relevance
5652 semaphore_t sysctl_test_panic_with_thread_sem; variable5667 semaphore_signal(sysctl_test_panic_with_thread_sem); in panic_thread_test_child_spin()5680 semaphore_signal(sysctl_test_panic_with_thread_sem); in panic_thread_test_child_park()5697 semaphore_create(kernel_task, &sysctl_test_panic_with_thread_sem, SYNC_POLICY_FIFO, 0);5702 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5707 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5711 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5715 semaphore_wait(sysctl_test_panic_with_thread_sem);