MCPcopy Create free account
hub / github.com/ConfettiFX/The-Forge / threadSystemWaitIdle

Function threadSystemWaitIdle

Common_3/Utilities/Threading/ThreadSystem.h:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 static inline bool threadSystemIsIdle(ThreadSystem ts) { return threadSystemWaitIdleTimeout(ts, 0); }
124
125 static inline void threadSystemWaitIdle(ThreadSystem ts) { threadSystemWaitIdleTimeout(ts, UINT32_MAX); }
126
127#ifdef __cplusplus
128}

Callers 8

waitIdleMethod · 0.85
InitMethod · 0.85
ExitMethod · 0.85
InitMethod · 0.85
ExitMethod · 0.85
UpdateMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85

Calls 1

Tested by

no test coverage detected