namespace Core::Platform::CurrentThread
namespace CurrentThread { // global functions Threads::ThreadID getID(); Threads::ThreadPriority setPriority(Threads::ThreadPriority newPrio); void sleep(uint32 milliseconds); void ussleep(uint32 microseconds); void yield(); } // namespace CurrentThread