| 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 | } |