MCPcopy Create free account
hub / github.com/Inori/GPCS4 / sceKernelWaitSema

Function sceKernelWaitSema

GPCS4/SceModules/SceLibkernel/sce_kernel_semaphore.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41int PS4API sceKernelWaitSema(SceKernelSema sem, int need, SceKernelUseconds *timo)
42{
43 LOG_SCE_TRACE("sem %p need %d time %d", sem, need, timo ? *timo : 0);
44 return ((CSceSemaphore*)sem)->Wait(need, timo);
45}
46

Callers

nothing calls this directly

Calls 1

WaitMethod · 0.45

Tested by

no test coverage detected