|
| DelegatedCore (Timestamp target_time, std::chrono::microseconds time_to_wait, TimeJob *j) |
|
void | start (thread_function f) |
|
void | suspend () |
|
void | resume () |
|
void | terminate () |
|
|
static thread_ret thread_function_call | Wait (void *args) |
|
template<class T > |
static T * | New (thread_function f, void *args) |
|
static void | TerminateAndWait (Thread **threads, uint32 threadCount) |
|
static void | TerminateAndWait (Thread *thread) |
|
static void | Wait (Thread **threads, uint32 threadCount) |
|
static void | Wait (Thread *thread) |
|
static void | Sleep (std::chrono::milliseconds ms) |
|
static void | Sleep (std::chrono::system_clock::duration ms) |
|
static void | Sleep () |
|
Definition at line 96 of file time_core.h.
The documentation for this class was generated from the following files: