Class WindowsThread

Inheritance Relationships

Base Type

Class Documentation

class WindowsThread : public portal::ThreadBase

Public Functions

template<typename F, typename ...Args>
inline explicit WindowsThread(const ThreadSpecification &spec, F &&f, Args&&... args)

Protected Static Functions

static void set_name(const std::string &name, const std::wstring &wide_name)
static void set_affinity(ThreadAffinity affinity, uint16_t core)
static void set_priority(ThreadPriority priority)