MPD
0.20.18
|
#include <Thread.hxx>
Public Member Functions | |
Thread (Function _f) | |
Thread (const Thread &)=delete | |
~Thread () | |
bool | IsDefined () const |
gcc_pure bool | IsInside () const noexcept |
Check if this thread is the current thread. More... | |
void | Start () |
void | Join () |
Definition at line 35 of file Thread.hxx.
|
inlineexplicit |
Definition at line 57 of file Thread.hxx.
|
delete |
|
inline |
Definition at line 62 of file Thread.hxx.
|
inline |
Definition at line 69 of file Thread.hxx.
|
inlinenoexcept |
Check if this thread is the current thread.
Definition at line 82 of file Thread.hxx.
void Thread::Join | ( | ) |
void Thread::Start | ( | ) |