Searched refs:sysctl_test_panic_with_thread_sem (Results 1 – 1 of 1) sorted by relevance
5316 semaphore_t sysctl_test_panic_with_thread_sem; variable5331 semaphore_signal(sysctl_test_panic_with_thread_sem); in panic_thread_test_child_spin()5344 semaphore_signal(sysctl_test_panic_with_thread_sem); in panic_thread_test_child_park()5361 semaphore_create(kernel_task, &sysctl_test_panic_with_thread_sem, SYNC_POLICY_FIFO, 0);5366 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5371 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5375 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5379 semaphore_wait(sysctl_test_panic_with_thread_sem);