|
LRAUV
revA
|
Contains the ThreadHandler class implementation. More...
#include <pthread.h>#include "ThreadHandler.h"#include <stdlib.h>#include <unistd.h>#include <sys/syscall.h>
Classes | |
| struct | WaitData |
Macros | |
| #define | PTHREAD_JOIN_POLL_INTERVAL 20 |
Functions | |
| void | sleep_msecs (int msecs) |
| unsigned int | get_ticks () |
| void * | join_timeout_helper (void *arg) |
Contains the ThreadHandler class implementation.
Copyright (c) 2007,2008,2009 MBARI MBARI Proprietary Information. All Rights Reserved
| #define PTHREAD_JOIN_POLL_INTERVAL 20 |
Referenced by ThreadHandler::PthreadJoinTimeout().
| unsigned int get_ticks | ( | ) |
Referenced by ThreadHandler::PthreadJoinTimeout().
| void* join_timeout_helper | ( | void * | arg | ) |
References WaitData::done_, Syslog::INFO, WaitData::logger_, Logger::syslog(), and WaitData::waitID_.
Referenced by ThreadHandler::PthreadJoinTimeout().
| void sleep_msecs | ( | int | msecs | ) |
Referenced by ThreadHandler::PthreadJoinTimeout().