#include <threadDummyImpl.h>
Public Member Functions | |
ThreadDummyImpl (Thread *parent_obj) | |
~ThreadDummyImpl () | |
bool | start (ThreadPriority priority, bool global, bool joinable) |
void | join () |
int | atomic_inc (int &var) |
int | atomic_dec (int &var) |
int | atomic_set (int &var, int new_value) |
Static Public Member Functions | |
void | prepare_for_exit () |
Thread * | get_current_thread () |
bool | is_threading_supported () |
void | sleep (double seconds) |
This simply fails whenever you try to start a thread.
Definition at line 55 of file threadDummyImpl.h.
|
Definition at line 32 of file threadDummyImpl.I. References INLINE. |
|
Definition at line 44 of file threadDummyImpl.I. |
|
|
|
|
|
|
|
Definition at line 93 of file threadDummyImpl.I. |
|
Definition at line 106 of file threadDummyImpl.I. Referenced by Thread::start(). |
|
Definition at line 69 of file threadDummyImpl.I. |
|
Definition at line 81 of file threadDummyImpl.I. References INLINE. |
|
Definition at line 119 of file threadDummyImpl.I. Referenced by Thread::join(). |
|
Definition at line 56 of file threadDummyImpl.I. References INLINE. Referenced by Thread::get_name(). |