Classes |
class | Thread |
| This class implements an approximation of java.util.Thread. More...
|
class | LaunchPackage |
| This class is used to encapsulate the parameters to Thread::run when they are passed to Thread::launcher.
|
class | LaunchStatus |
| This object atomically sets the specified memory location to non-zero on construction and to zero on destruction.
|
Namespaces |
namespace | log4cxx |
namespace | log4cxx::helpers |
Defines |
#define | LOG4CXX_THREAD_FUNC |
Typedefs |
typedef struct apr_thread_t | apr_thread_t |
typedef void *(* | Runnable )(apr_thread_t *thread, void *data) |