Searched refs:sysctl_test_panic_with_thread_sem (Results 1 – 1 of 1) sorted by relevance
5311 semaphore_t sysctl_test_panic_with_thread_sem; variable5326 semaphore_signal(sysctl_test_panic_with_thread_sem); in panic_thread_test_child_spin()5339 semaphore_signal(sysctl_test_panic_with_thread_sem); in panic_thread_test_child_park()5356 semaphore_create(kernel_task, &sysctl_test_panic_with_thread_sem, SYNC_POLICY_FIFO, 0);5361 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5366 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5370 semaphore_destroy(kernel_task, sysctl_test_panic_with_thread_sem);5374 semaphore_wait(sysctl_test_panic_with_thread_sem);