cwidget 0.5.16
|
Thrown when thread creation fails; according to pthread_create(3), this only occurs if there aren't enough system resources to create a thread. More...
#include <threads.h>
Public Member Functions | |
ThreadCreateException (int error) | |
int | get_errnum () const |
std::string | errmsg () const |
Thrown when thread creation fails; according to pthread_create(3), this only occurs if there aren't enough system resources to create a thread.