Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <quickmp.h>
Public Member Functions | |
PlatformThreadObjects () | |
Public Attributes | |
pthread_t * | threads |
pthread_mutex_t | barrierMutex |
pthread_cond_t | barrierCondition |
pthread_mutex_t | mutexVectorMutex |
std::vector< pthread_mutex_t * > | userMutexes |
|
inline |
pthread_cond_t barrierCondition |
pthread_mutex_t barrierMutex |
pthread_mutex_t mutexVectorMutex |
pthread_t* threads |
std::vector<pthread_mutex_t*> userMutexes |