#include <pthread.h>
#include <signal.h>
#include <sys/time.h>
#include <unistd.h>
#include "Object.h"
#include "JString.h"
#include "JThread.h"
Go to the source code of this file.
Namespaces | |
namespace | cmlabs |
Classes | |
class | cmlabs::JSemaphore |
class | cmlabs::JSingleSemaphore |
class | cmlabs::JMutex |
class | cmlabs::WriteAccessMutex |
Defines | |
#define | AFX_JSEMAPHORE_H__7D7254A3_4145_4D83_94DE_1343EB810C61__INCLUDED_ |
#define | HANDLE pthread_cond_t* |
Functions | |
bool | cmlabs::calcTimeout (struct timespec &timeout, struct timeval &now, long ms) |
#define AFX_JSEMAPHORE_H__7D7254A3_4145_4D83_94DE_1343EB810C61__INCLUDED_ |
Definition at line 28 of file JSemaphore.h.
#define HANDLE pthread_cond_t* |
Definition at line 51 of file JSemaphore.h.