Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a02252.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a02252.php on line 2
The ARGoS Website

argos::SCleanupThreadData Struct Reference

Public Attributes

pthread_mutex_t * StartSenseControlPhaseMutex
 
pthread_mutex_t * StartActPhaseMutex
 
pthread_mutex_t * StartPhysicsPhaseMutex
 
pthread_mutex_t * StartMediaPhaseMutex
 
pthread_mutex_t * FetchTaskMutex
 

Detailed Description

Definition at line 16 of file space_multi_thread_balance_length.cpp.

Member Data Documentation

◆ FetchTaskMutex

pthread_mutex_t* argos::SCleanupThreadData::FetchTaskMutex

Definition at line 21 of file space_multi_thread_balance_length.cpp.

◆ StartActPhaseMutex

pthread_mutex_t* argos::SCleanupThreadData::StartActPhaseMutex

Definition at line 18 of file space_multi_thread_balance_length.cpp.

◆ StartMediaPhaseMutex

pthread_mutex_t* argos::SCleanupThreadData::StartMediaPhaseMutex

Definition at line 20 of file space_multi_thread_balance_length.cpp.

◆ StartPhysicsPhaseMutex

pthread_mutex_t* argos::SCleanupThreadData::StartPhysicsPhaseMutex

Definition at line 19 of file space_multi_thread_balance_length.cpp.

◆ StartSenseControlPhaseMutex

pthread_mutex_t* argos::SCleanupThreadData::StartSenseControlPhaseMutex

Definition at line 17 of file space_multi_thread_balance_length.cpp.