public nothrow | Thread() |
public nothrow | Thread(Thread&& that) |
suppress | Thread(const Thread&) |
private nothrow | Thread(int id_) |
public | ~Thread() |
public inline nothrow int | Id() const |
public void | Join() |
public static Thread | StartFunction(ParameterizedThreadStartFunction function, void* param) |
public static Thread | StartFunction(ThreadStartFunction function) |
public static Thread | StartMethod(ParameterizedThreadStartMethod method, void* param) |
public static Thread | StartMethod(ThreadStartMethod method) |
suppress void | operator=(const Thread&) |
private int | id |