This is Unofficial EPICS BASE Doxygen Site
epicsThread::unableToCreateThread Class Reference
+ Inheritance diagram for epicsThread::unableToCreateThread:
+ Collaboration diagram for epicsThread::unableToCreateThread:

Public Member Functions

const char * what () const throw ()
 

Detailed Description

Definition at line 49 of file epicsThread.cpp.

Member Function Documentation

const char * epicsThread::unableToCreateThread::what ( ) const
throw (
)

Definition at line 56 of file epicsThread.cpp.

57 {
58  return "unable to create thread";
59 }

The documentation for this class was generated from the following file: