4 #include /**/ "ace/pre.h"
8 #if !defined (ACE_LACKS_PRAGMA_ONCE)
10 #endif /* ACE_LACKS_PRAGMA_ONCE */
12 /// Implement a Task to run the experiments using multiple threads.
13 class Crash_Task
: public ACE_Task_Base
17 Crash_Task (ACE_Thread_Manager
*thr_mgr
,
18 const ACE_Time_Value
&running_time
);
20 /// Thread entry point
24 /// Total running time for each thread
25 ACE_Time_Value running_time_
;
28 #include /**/ "ace/post.h"
29 #endif /* CRASH_TASK_H */