#include "tao/RTScheduling/rtscheduler_export.h"
#include "tao/RTScheduling/RTScheduler.h"
#include "tao/LocalObject.h"
#include "ace/Hash_Map_Manager_T.h"
#include "ace/Task.h"
#include "ace/Atomic_Op.h"
Go to the source code of this file.
Classes | |
class | TAO_DTId_Hash |
Hashing class for Distributable Thread Ids. More... | |
class | TAO_RTScheduler_Current |
class | TAO_RTScheduler_Current_var |
class | TAO_RTScheduler_Current_i |
class | DTTask |
Typedefs | |
typedef TAO::unbounded_value_sequence < CORBA::Octet > | IdType |
typedef ACE_Hash_Map_Manager_Ex < IdType, RTScheduling::DistributableThread_var, TAO_DTId_Hash, ACE_Equal_To < IdType >, TAO_SYNCH_MUTEX > | DT_Hash_Map |
typedef ACE_Hash_Map_Iterator_Ex < IdType, RTScheduling::DistributableThread_var, TAO_DTId_Hash, ACE_Equal_To < IdType >, TAO_SYNCH_MUTEX > | DT_Hash_Map_Iterator |
typedef ACE_Hash_Map_Entry < IdType, RTScheduling::DistributableThread_var > | DT_Hash_Map_Entry |
typedef TAO_RTScheduler_Current * | TAO_RTScheduler_Current_ptr |
Definition in file Current.h.
typedef ACE_Hash_Map_Manager_Ex<IdType, RTScheduling::DistributableThread_var, TAO_DTId_Hash, ACE_Equal_To<IdType>, TAO_SYNCH_MUTEX> DT_Hash_Map |
typedef ACE_Hash_Map_Entry<IdType, RTScheduling::DistributableThread_var> DT_Hash_Map_Entry |
typedef ACE_Hash_Map_Iterator_Ex<IdType, RTScheduling::DistributableThread_var, TAO_DTId_Hash, ACE_Equal_To<IdType>, TAO_SYNCH_MUTEX> DT_Hash_Map_Iterator |
typedef TAO::unbounded_value_sequence<CORBA::Octet> IdType |