MPD
0.20.6
|
#include <Thread.hxx>
Public Member Functions | |
Thread ()=default | |
Thread (const Thread &)=delete | |
~Thread () | |
bool | IsDefined () const |
gcc_pure bool | IsInside () const |
Check if this thread is the current thread. More... | |
bool | Start (void(*f)(void *ctx), void *ctx) |
void | Join () |
Definition at line 34 of file Thread.hxx.
|
default |
|
delete |
|
inline |
Definition at line 61 of file Thread.hxx.
|
inline |
Definition at line 68 of file Thread.hxx.
|
inline |
Check if this thread is the current thread.
Definition at line 80 of file Thread.hxx.
void Thread::Join | ( | ) |
bool Thread::Start | ( | void(*)(void *ctx) | f, |
void * | ctx | ||
) |