| 93 | static const thread_id_t invalid_thread_id = 0xFFFFFFFFU; |
| 94 | static const thread_id_t invalid_thread_id2 = 0xFFFFFFFEU; |
| 95 | static inline thread_id_t thread_id() { return rl::thread_index(); } |
| 96 | } } |
| 97 | #elif defined(_WIN32) || defined(__WINDOWS__) || defined(__WIN32__) |
| 98 | // No sense pulling in windows.h in a header, we'll manually declare the function |
no test coverage detected