Searched refs:sysctl_test_panic_with_thread_sem (Results 1 – 1 of 1) sorted by relevance
5667 semaphore_t sysctl_test_panic_with_thread_sem; variable5682 semaphore_signal(sysctl_test_panic_with_thread_sem); in panic_thread_test_child_spin()5695 semaphore_signal(sysctl_test_panic_with_thread_sem); in panic_thread_test_child_park()5712 semaphore_create(kernel_task, &sysctl_test_panic_with_thread_sem, SYNC_POLICY_FIFO, 0);5717 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5722 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5726 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5730 semaphore_wait(sysctl_test_panic_with_thread_sem);