MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / Wait

Method Wait

NetStream/source/utils.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void utils::Wait(uint32_t flag)
89{
90 sceKernelWaitEventFlag(s_lock, flag, SCE_KERNEL_EVF_WAITMODE_OR, NULL, NULL);
91}
92
93void utils::ConvertSecondsToString(string& string, uint64_t seconds, bool needSeparator)
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected