Enumerations | |
enum | CancelState { Enable, Disable } |
Functions | |
void | sleep (const BoxLib::Time &spec_) |
void | exit (void *) |
Thread::CancelState | setCancelState (CancelState) |
int | max_threads () |
void | yield () |
int | getID () |
bool | baseThread () |
enum Thread::CancelState |
bool Thread::baseThread | ( | ) | [inline] |
void Thread::exit | ( | void * | ) |
Referenced by BoxLib::Execute().
int Thread::getID | ( | ) | [inline] |
int Thread::max_threads | ( | ) | [inline] |
CancelState Thread::setCancelState | ( | CancelState | ) |
void Thread::sleep | ( | const BoxLib::Time & | spec_ | ) |
References BoxLib::Time::as_long().
void Thread::yield | ( | ) |