class
ThreadContents
Utility class to represent a cross platform thread
Public types
Public static functions
Constructors, destructors, conversion operators
Public functions
Friends
- void _bpf_internal_state(Thread& ptr, EState state)
- auto _bpf_internal_special(Thread& ptr) -> bool
Enum documentation
Function documentation
void bpf:: system:: Thread:: Start()
Starts the thread
void bpf:: system:: Thread:: Kill(bool force = false)
Parameters | |
---|---|
force | if true a hard kill will be performed and memory may leak, otherwise the thread is marked for shut down |
Kills the thread
void bpf:: system:: Thread:: Join() noexcept
Joins the thread with the current thread
bool bpf:: system:: Thread:: IsRunning() const noexcept
Returns | true if this thread is running, false otherwise |
---|
Checks whether this thread is still running
void bpf:: system:: Thread:: Run() pure virtual
The actual threaded function