#include <string>
#include <stdint.h>
#include <pthread.h>
#include <utils/base/compiler_hints.h>
#include <utils/shared_vars/shared_variable.hpp>
Go to the source code of this file.
|
#define | OME_MUTEX_TYPE pthread_mutex_t |
|
#define | OME_CONDITION_TYPE pthread_cond_t |
|
#define | LOCK_HERE() lock(THIS_FILE_AND_LINE(__FILE__,__LINE__)) |
| Convenience macro to lock a TimedMutex and attribute the location of the source file and line number. More...
|
|
#define | WAIT_HERE() waitForCondition(THIS_FILE_AND_LINE(__FILE__,__LINE__)) |
|
#define | WAIT_HERE_UNTIL(timeout) waitForConditionOrUntil(timeout, THIS_FILE_AND_LINE(__FILE__,__LINE__)) |
|
◆ OME_CONDITION_TYPE
#define OME_CONDITION_TYPE pthread_cond_t |
◆ OME_MUTEX_TYPE
#define OME_MUTEX_TYPE pthread_mutex_t |