| /xnu-12377.41.6/iokit/Tests/ |
| H A D | TestDevice.cpp | 139 semaphore_wait(completeSema); in producer() 195 semaphore_wait(completeSema); in testWorkLoop()
|
| /xnu-12377.41.6/tests/sched/ |
| H A D | yield_aggressor.c | 127 kr = semaphore_wait(go_sem); in thread_fn() 234 kr = semaphore_wait(ready_sem); in run_yielding_test() 250 kr = semaphore_wait(ready_sem); in run_yielding_test()
|
| H A D | contextswitch.c | 240 T_ASSERT_MACH_SUCCESS(semaphore_wait(worker_sem), "semaphore_wait");
|
| H A D | setitimer.c | 220 kr = semaphore_wait(gMainWaitForWorkers);
|
| /xnu-12377.41.6/libsyscall/mach/ |
| H A D | semaphore.c | 55 semaphore_wait(mach_port_t wait_semaphore) in semaphore_wait() function
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | semaphore.h | 58 extern kern_return_t semaphore_wait(semaphore_t semaphore);
|
| H A D | semaphore.defs | 62 routine semaphore_wait(
|
| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | PassthruInterruptController.cpp | 104 semaphore_wait(child_sentinel); in waitForChildController()
|
| H A D | IOCommandQueue.cpp | 231 rtn = semaphore_wait(producerSema); in enqueueCommand()
|
| H A D | IOService.cpp | 6024 semaphore_wait( gJobsSemaphore ); in main()
|
| /xnu-12377.41.6/tools/tests/jitter/ |
| H A D | timer_jitter.c | 400 kret = semaphore_wait(return_semaphore); in main() 459 kret = semaphore_wait(secargs->wakeup_semaphore); in second_thread()
|
| /xnu-12377.41.6/tests/ |
| H A D | ioperf.c | 240 T_ASSERT_MACH_SUCCESS(semaphore_wait(worker_sem), "semaphore_wait");
|
| H A D | select_stress.c | 301 if (semaphore_wait(g_sync_sem) == KERN_SUCCESS) { in test_select_stress()
|
| H A D | mach_eventlink.c | 261 kr = semaphore_wait(g_sem_done); in test_eventlink_wait_then_signal_loop()
|
| H A D | stackshot_block_owner_14362384.m | 425 semaphore_wait(*sem);
|
| H A D | stackshot_tests.m | 1112 usleep(1); /* make sure we don't tailcall semaphore_wait */
|
| /xnu-12377.41.6/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 433 kern_return_t kr = semaphore_wait(g_rt_churn_sem); in wait_for_rt_churn_threads() 670 kr = semaphore_wait(g_readysem); in worker_thread() 858 kr = semaphore_wait(g_readysem); in worker_thread() 1319 kr = semaphore_wait(g_main_sem); in main()
|
| /xnu-12377.41.6/tests/recount/ |
| H A D | recount_test_utils.c | 351 semaphore_wait(ws.ws_start); in scene_start()
|
| /xnu-12377.41.6/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 419 T_ASSERT_MACH_SUCCESS(semaphore_wait(semaphore), "semaphore_wait");
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | sync_sema.c | 789 semaphore_wait( in semaphore_wait() function
|
| /xnu-12377.41.6/bsd/tests/ |
| H A D | copyio_tests.c | 104 semaphore_wait(tdata.done); in copyio_test_run_in_thread()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | posix_sem.c | 1016 kret = semaphore_wait(pinfo->psem_semobject); in sem_wait_nocancel()
|
| H A D | kern_sysctl.c | 3973 semaphore_wait(sysctl_debug_test_stackshot_mutex_sem); 4055 semaphore_wait(sysctl_debug_test_stackshot_rwlck_sem); 4064 semaphore_wait(sysctl_debug_test_stackshot_rwlck_sem); 6157 semaphore_wait(sysctl_test_panic_with_thread_sem);
|