4 #include "tao/RTScheduling/RTScheduler.h"
9 class Thread_Task
: public ACE_Task
<ACE_SYNCH
>
12 Thread_Task (CORBA::ORB_ptr orb
);
14 int activate_task (int thr_count
);
23 RTScheduling::Current_var current_
;
24 int active_thread_count_
;
25 TAO_SYNCH_MUTEX
* shutdown_lock_
;
26 TAO_SYNCH_MUTEX
* lock_
;
29 #endif /* THREAD_TASK_H */