ALib C++ Library
by
Library Version:
2510 R0
Documentation generated by
Loading...
Searching...
No Matches
alib
threads
Thread
alib::threads::Thread Member List
This is the complete list of members for
alib::threads::Thread
, including all inherited members.
c11Thread
alib::threads::Thread
protected
destruct
()
alib::threads::Thread
protected
Get
(std::thread::id nativeID)
alib::threads::Thread
static
GetCurrent
()
alib::threads::Thread
inline
static
GetID
() const
alib::threads::Thread
inline
GetMain
()
alib::threads::Thread
static
GetName
() const
alib::threads::Thread
inline
virtual
GetNativeID
() const
alib::threads::Thread
inline
GetState
()
alib::threads::Thread
inline
id
alib::threads::Thread
protected
IsAlive
()
alib::threads::Thread
inline
Join
()
alib::threads::Thread
virtual
name
alib::threads::Thread
protected
nativeID
alib::threads::Thread
protected
Run
() override
alib::threads::Thread
inline
virtual
runnable
alib::threads::Thread
protected
SetName
(const character *newName)
alib::threads::Thread
inline
virtual
Sleep
(const Ticks::Duration &duration)
alib::threads::Thread
inline
static
Sleep
(const Ticks::Duration::TDuration &duration)
alib::threads::Thread
inline
static
SleepMicros
(int64_t microseconds)
alib::threads::Thread
inline
static
SleepMillis
(int milliseconds)
alib::threads::Thread
inline
static
SleepNanos
(int64_t nanoseconds)
alib::threads::Thread
inline
static
SleepUntil
(const Ticks &time)
alib::threads::Thread
inline
static
Start
()
alib::threads::Thread
virtual
State
enum name
alib::threads::Thread
state
alib::threads::Thread
protected
Thread
(const character *pName=A_CHAR(""))
alib::threads::Thread
inline
Thread
(Runnable *target, const character *pName=A_CHAR(""))
alib::threads::Thread
Thread
(const Thread &)=delete
alib::threads::Thread
YieldToSystem
()
alib::threads::Thread
inline
static
~Runnable
()
alib::threads::Runnable
inline
virtual
~Thread
() override
alib::threads::Thread
inline
virtual