Home
last modified time | relevance | path

Searched refs:needsWait (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceKernelMsgPipe.cpp376 needsWait = true; in __KernelSendMsgPipe()
417 needsWait = true; in __KernelSendMsgPipe()
476 needsWait = true; in __KernelReceiveMsgPipe()
514 needsWait = true; in __KernelReceiveMsgPipe()
573 bool needsWait = false; in __KernelCheckResumeMsgPipeSend() local
581 if (needsWait) in __KernelCheckResumeMsgPipeSend()
595 bool needsWait = false; in __KernelCheckResumeMsgPipeReceive() local
602 if (needsWait) in __KernelCheckResumeMsgPipeReceive()
800 bool needsWait = false; in __KernelSendMsgPipe() local
807 if (needsWait) in __KernelSendMsgPipe()
[all …]
H A DsceKernelModule.h49 …leId, u32 argsize, u32 argAddr, u32 returnValueAddr, SceKernelSMOption *smoption, bool *needsWait);
H A DsceKernelModule.cpp2077 …eId, u32 argsize, u32 argAddr, u32 returnValueAddr, SceKernelSMOption *smoption, bool *needsWait) { in KernelStartModule() argument
2078 if (needsWait) { in KernelStartModule()
2079 *needsWait = false; in KernelStartModule()
2118 if (needsWait) { in KernelStartModule()
2119 *needsWait = true; in KernelStartModule()
2162 bool needsWait; in sceKernelStartModule() local
2163 …tModule(moduleId, argsize, argAddr, returnValueAddr, optionAddr ? &smoption : nullptr, &needsWait); in sceKernelStartModule()
2165 if (needsWait) { in sceKernelStartModule()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceKernelMsgPipe.cpp376 needsWait = true; in __KernelSendMsgPipe()
417 needsWait = true; in __KernelSendMsgPipe()
476 needsWait = true; in __KernelReceiveMsgPipe()
514 needsWait = true; in __KernelReceiveMsgPipe()
573 bool needsWait = false; in __KernelCheckResumeMsgPipeSend() local
581 if (needsWait) in __KernelCheckResumeMsgPipeSend()
595 bool needsWait = false; in __KernelCheckResumeMsgPipeReceive() local
602 if (needsWait) in __KernelCheckResumeMsgPipeReceive()
800 bool needsWait = false; in __KernelSendMsgPipe() local
807 if (needsWait) in __KernelSendMsgPipe()
[all …]
H A DsceKernelModule.h49 …leId, u32 argsize, u32 argAddr, u32 returnValueAddr, SceKernelSMOption *smoption, bool *needsWait);
H A DsceKernelModule.cpp2077 …eId, u32 argsize, u32 argAddr, u32 returnValueAddr, SceKernelSMOption *smoption, bool *needsWait) { in KernelStartModule() argument
2078 if (needsWait) { in KernelStartModule()
2079 *needsWait = false; in KernelStartModule()
2118 if (needsWait) { in KernelStartModule()
2119 *needsWait = true; in KernelStartModule()
2162 bool needsWait; in sceKernelStartModule() local
2163 …tModule(moduleId, argsize, argAddr, returnValueAddr, optionAddr ? &smoption : nullptr, &needsWait); in sceKernelStartModule()
2165 if (needsWait) { in sceKernelStartModule()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceKernelMsgPipe.cpp376 needsWait = true; in __KernelSendMsgPipe()
417 needsWait = true; in __KernelSendMsgPipe()
476 needsWait = true; in __KernelReceiveMsgPipe()
514 needsWait = true; in __KernelReceiveMsgPipe()
573 bool needsWait = false; in __KernelCheckResumeMsgPipeSend() local
581 if (needsWait) in __KernelCheckResumeMsgPipeSend()
595 bool needsWait = false; in __KernelCheckResumeMsgPipeReceive() local
602 if (needsWait) in __KernelCheckResumeMsgPipeReceive()
800 bool needsWait = false; in __KernelSendMsgPipe() local
807 if (needsWait) in __KernelSendMsgPipe()
[all …]
H A DsceKernelModule.h49 …leId, u32 argsize, u32 argAddr, u32 returnValueAddr, SceKernelSMOption *smoption, bool *needsWait);
H A DsceKernelModule.cpp2077 …eId, u32 argsize, u32 argAddr, u32 returnValueAddr, SceKernelSMOption *smoption, bool *needsWait) { in KernelStartModule() argument
2078 if (needsWait) { in KernelStartModule()
2079 *needsWait = false; in KernelStartModule()
2118 if (needsWait) { in KernelStartModule()
2119 *needsWait = true; in KernelStartModule()
2162 bool needsWait; in sceKernelStartModule() local
2163 …tModule(moduleId, argsize, argAddr, returnValueAddr, optionAddr ? &smoption : nullptr, &needsWait); in sceKernelStartModule()
2165 if (needsWait) { in sceKernelStartModule()
/dports/comms/ebusd/ebusd-21.3/src/ebusd/
H A Dmqtthandler.cpp757 bool needsWait = handleTraffic(allowReconnect); in run() local
816 if ((!m_connected && !Wait(5)) || (needsWait && !Wait(1))) { in run()