Cogs.Foundation
|
Functions | |
COGSFOUNDATION_API void | setName (Thread &thread, const std::string &name) |
COGSFOUNDATION_API void | sleep (int milliseconds) |
COGSFOUNDATION_API void | yield () |
COGSFOUNDATION_API size_t | hardwareConcurrency () |
size_t Cogs::Threads::hardwareConcurrency | ( | ) |
void Cogs::Threads::setName | ( | Thread & | thread, |
const std::string & | name | ||
) |
void Cogs::Threads::sleep | ( | int | milliseconds | ) |
void Cogs::Threads::yield | ( | ) |