Home
last modified time | relevance | path

Searched refs:WaitType (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DKernelWaitHelpers.h31 template <typename KO, WaitType waitType>
161 template <typename KO, WaitType waitType, typename WaitInfoType>
183 template <typename KO, WaitType waitType, typename WaitInfoType, typename PauseType, class TryUnloc…
237 template <typename KO, WaitType waitType, typename WaitInfoType, class TryUnlockFunc>
267 inline bool VerifyWait(const T &waitInfo, WaitType waitType, SceUID uid) { in VerifyWait()
275 inline bool VerifyWait(const SceUID &threadID, WaitType waitType, SceUID uid) { in VerifyWait()
283 inline bool ResumeFromWait(SceUID threadID, WaitType waitType, SceUID uid, T result) { in ResumeFromWait()
293 inline void CleanupWaitingThreads(WaitType waitType, SceUID uid, std::vector<T> &waitingThreads) { in CleanupWaitingThreads()
H A DsceKernelThread.h85 enum WaitType : int enum
118 const char *getWaitTypeName(WaitType type);
125 void __KernelRegisterWaitTypeFuncs(WaitType type, WaitBeginCallbackFunc beginFunc, WaitEndCallbackF…
197 SceUID __KernelGetWaitID(SceUID threadID, WaitType type, u32 &error);
199 void __KernelWaitCurThread(WaitType type, SceUID waitId, u32 waitValue, u32 timeoutPtr, bool proces…
200 void __KernelWaitCallbacksCurThread(WaitType type, SceUID waitID, u32 waitValue, u32 timeoutPtr);
328 WaitType waitType;
H A DHLEHelperThread.h22 enum WaitType : int;
37 void Resume(WaitType waitType, SceUID uid, int result);
H A DsceGe.cpp283 WaitType waitType; in __GeWaitCurrentThread()
298 static bool __GeTriggerWait(WaitType waitType, SceUID waitId, WaitingThreadList &waitingThreads) { in __GeTriggerWait()
309 if (type == GPU_SYNC_DRAW || (WaitType)type == WAITTYPE_GEDRAWSYNC) in __GeTriggerWait()
311 else if (type == GPU_SYNC_LIST || (WaitType)type == WAITTYPE_GELISTSYNC) in __GeTriggerWait()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DKernelWaitHelpers.h31 template <typename KO, WaitType waitType>
161 template <typename KO, WaitType waitType, typename WaitInfoType>
183 template <typename KO, WaitType waitType, typename WaitInfoType, typename PauseType, class TryUnloc…
237 template <typename KO, WaitType waitType, typename WaitInfoType, class TryUnlockFunc>
267 inline bool VerifyWait(const T &waitInfo, WaitType waitType, SceUID uid) { in VerifyWait()
275 inline bool VerifyWait(const SceUID &threadID, WaitType waitType, SceUID uid) { in VerifyWait()
283 inline bool ResumeFromWait(SceUID threadID, WaitType waitType, SceUID uid, T result) { in ResumeFromWait()
293 inline void CleanupWaitingThreads(WaitType waitType, SceUID uid, std::vector<T> &waitingThreads) { in CleanupWaitingThreads()
H A DsceKernelThread.h85 enum WaitType : int enum
118 const char *getWaitTypeName(WaitType type);
125 void __KernelRegisterWaitTypeFuncs(WaitType type, WaitBeginCallbackFunc beginFunc, WaitEndCallbackF…
197 SceUID __KernelGetWaitID(SceUID threadID, WaitType type, u32 &error);
199 void __KernelWaitCurThread(WaitType type, SceUID waitId, u32 waitValue, u32 timeoutPtr, bool proces…
200 void __KernelWaitCallbacksCurThread(WaitType type, SceUID waitID, u32 waitValue, u32 timeoutPtr);
328 WaitType waitType;
H A DHLEHelperThread.h22 enum WaitType : int;
37 void Resume(WaitType waitType, SceUID uid, int result);
H A DsceGe.cpp283 WaitType waitType; in __GeWaitCurrentThread()
298 static bool __GeTriggerWait(WaitType waitType, SceUID waitId, WaitingThreadList &waitingThreads) { in __GeTriggerWait()
309 if (type == GPU_SYNC_DRAW || (WaitType)type == WAITTYPE_GEDRAWSYNC) in __GeTriggerWait()
311 else if (type == GPU_SYNC_LIST || (WaitType)type == WAITTYPE_GELISTSYNC) in __GeTriggerWait()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DKernelWaitHelpers.h31 template <typename KO, WaitType waitType>
161 template <typename KO, WaitType waitType, typename WaitInfoType>
183 template <typename KO, WaitType waitType, typename WaitInfoType, typename PauseType, class TryUnloc…
237 template <typename KO, WaitType waitType, typename WaitInfoType, class TryUnlockFunc>
267 inline bool VerifyWait(const T &waitInfo, WaitType waitType, SceUID uid) { in VerifyWait()
275 inline bool VerifyWait(const SceUID &threadID, WaitType waitType, SceUID uid) { in VerifyWait()
283 inline bool ResumeFromWait(SceUID threadID, WaitType waitType, SceUID uid, T result) { in ResumeFromWait()
293 inline void CleanupWaitingThreads(WaitType waitType, SceUID uid, std::vector<T> &waitingThreads) { in CleanupWaitingThreads()
H A DsceKernelThread.h85 enum WaitType : int enum
118 const char *getWaitTypeName(WaitType type);
125 void __KernelRegisterWaitTypeFuncs(WaitType type, WaitBeginCallbackFunc beginFunc, WaitEndCallbackF…
197 SceUID __KernelGetWaitID(SceUID threadID, WaitType type, u32 &error);
199 void __KernelWaitCurThread(WaitType type, SceUID waitId, u32 waitValue, u32 timeoutPtr, bool proces…
200 void __KernelWaitCallbacksCurThread(WaitType type, SceUID waitID, u32 waitValue, u32 timeoutPtr);
328 WaitType waitType;
H A DHLEHelperThread.h22 enum WaitType : int;
37 void Resume(WaitType waitType, SceUID uid, int result);
H A DsceGe.cpp283 WaitType waitType; in __GeWaitCurrentThread()
298 static bool __GeTriggerWait(WaitType waitType, SceUID waitId, WaitingThreadList &waitingThreads) { in __GeTriggerWait()
309 if (type == GPU_SYNC_DRAW || (WaitType)type == WAITTYPE_GEDRAWSYNC) in __GeTriggerWait()
311 else if (type == GPU_SYNC_LIST || (WaitType)type == WAITTYPE_GELISTSYNC) in __GeTriggerWait()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/
H A Dsound.h35 enum WaitType { enum
92 …bool playSound(const Common::String &name, WaitType waitType, int priority = 100, const char *libr…
107 void playLoadedSound(int bufNum, WaitType waitType);
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/
H A Dsound.h35 enum WaitType { enum
92 …bool playSound(const Common::String &name, WaitType waitType, int priority = 100, const char *libr…
107 void playLoadedSound(int bufNum, WaitType waitType);
/dports/www/chromium-legacy/chromium-88.0.4324.182/apps/test/
H A Dapp_window_waiter.h52 enum WaitType { enum
62 WaitType wait_type_ = WAIT_FOR_NONE;
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/io/
H A DAsyncIO.cpp227 WaitType type, in doWait()
264 case WaitType::COMPLETE: in doWait()
267 case WaitType::CANCEL: in doWait()
H A DAsyncBase.cpp181 return doWait(WaitType::COMPLETE, minRequests, p, completed_); in wait()
187 return doWait(WaitType::CANCEL, p, p, canceled_); in cancel()
209 return doWait(WaitType::COMPLETE, 0, pending_.load(), completed_); in pollCompleted()
H A DIoUring.cpp304 WaitType type, in doWait()
321 case WaitType::COMPLETE: in doWait()
324 case WaitType::CANCEL: in doWait()
H A DAsyncBase.h258 enum class WaitType { COMPLETE, CANCEL }; enum
260 WaitType type,
/dports/games/gigalomania/gigalomaniasrc/
H A Dtutorial.h145 enum WaitType { enum
153 WaitType wait_type;
159 …TutorialCardWaitForDesign(const string &id, const string &text, const Sector *sector, WaitType wai… in TutorialCardWaitForDesign()
/dports/devel/oclgrind/Oclgrind-21.10/tests/runtime/
H A Dmultqueues.c12 } WaitType; typedef
15 cl_command_queue cq2, WaitType wait_type, char* test_name) in write_read_test()
/dports/misc/broot/broot-1.7.0/cargo-crates/ntapi-0.3.6/src/
H A Dntobapi.rs132 WaitType: WAIT_TYPE,
139 WaitType: WAIT_TYPE,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/ntapi-0.3.6/src/
H A Dntobapi.rs132 WaitType: WAIT_TYPE,
139 WaitType: WAIT_TYPE,
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ntapi-0.3.6/src/
H A Dntobapi.rs132 WaitType: WAIT_TYPE,
139 WaitType: WAIT_TYPE,
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/ntapi-0.3.6/src/
H A Dntobapi.rs132 WaitType: WAIT_TYPE,
139 WaitType: WAIT_TYPE,

1234567