Searched refs:switch_sem (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/system/kernel/
H A Dsem.cpp720 switch_sem(sem_id toBeReleased, sem_id toBeAcquired) function
H A Dheap.cpp2309 switch_sem(sHeapGrowSem, sHeapGrownNotify);
/haiku/headers/os/kernel/
H A DOS.h218 extern status_t switch_sem(sem_id semToBeReleased, sem_id id);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2526 void switch_sem() {} function
H A Dlibroot_stubs.c2534 void switch_sem() {} function
/haiku/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp344 : Test(useSwitch ? "switch_sem" : "acquire_sem"),
359 return switch_sem(-1, fSemaphore);
/haiku/src/system/libroot/os/
H A Dsem.c39 // ToDo: the next two calls (switch_sem()) are not yet public API; no decision
43 switch_sem(sem_id releaseSem, sem_id id) function

Completed in 131 milliseconds