AERA
Public Member Functions | Static Public Member Functions | List of all members
core::Thread Class Reference
Inheritance diagram for core::Thread:
r_exec::DelegatedCore r_exec::ReductionCore r_exec::TimeCore TestMem< O, S >::_Thread

Public Member Functions

void start (thread_function f)
 
void suspend ()
 
void resume ()
 
void terminate ()
 

Static Public Member Functions

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 ()
 

Detailed Description

Definition at line 159 of file submodules/CoreLibrary/CoreLibrary/utils.h.


The documentation for this class was generated from the following files: