#include <threadDummyImpl.h>
Public Member Functions | |
INLINE | ThreadDummyImpl (Thread *parent_obj) |
INLINE | ~ThreadDummyImpl () |
INLINE bool | start (ThreadPriority priority, bool global, bool joinable) |
INLINE void | join () |
INLINE int | atomic_inc (int &var) |
INLINE int | atomic_dec (int &var) |
INLINE int | atomic_set (int &var, int new_value) |
Static Public Member Functions | |
INLINE void | prepare_for_exit () |
INLINE Thread * | get_current_thread () |
INLINE bool | is_threading_supported () |
INLINE void | sleep (double seconds) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|