From 5cd412882f2574faf3b7a7c03512a060b6570710 Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 13 Aug 1997 20:24:52 +0000 Subject: *** empty log message *** --- ace/Thread_Manager.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'ace/Thread_Manager.h') diff --git a/ace/Thread_Manager.h b/ace/Thread_Manager.h index 80792193461..37d8f01ef98 100644 --- a/ace/Thread_Manager.h +++ b/ace/Thread_Manager.h @@ -140,16 +140,17 @@ public: size_t stack_size[] = 0, ACE_hthread_t thread_handles[] = 0); // Spawn N new threads, which execute with argument . - // The thread_ids of successfully spawned threads will be placed - // into the buffer (which must be the same size as - // ). If != 0 it is assumed to be an array of - // pointers to the base of the stacks to use for the threads being - // spawned. If != 0 it is assumed to be an array of - // values indicating how big each of the corresponding s - // are. If != 0 it is assumed to be an array of - // thread_handles that will be assigned the values of the thread - // handles being spawned. Returns -1 on failure ( will - // explain...), otherwise returns the group id of the threads. + // If != 0 the thread_ids of successfully spawned + // threads will be placed into the buffer (which must + // be the same size as ). If != 0 it is assumed to be an + // array of pointers to the base of the stacks to use for the + // threads being spawned. If != 0 it is assumed to be + // an array of values indicating how big each of the + // corresponding s are. If != 0 it is + // assumed to be an array of thread_handles that will be + // assigned the values of the thread handles being spawned. Returns + // -1 on failure ( will explain...), otherwise returns the + // group id of the threads. void *exit (void *status, int do_thread_exit = 1); // Called to clean up when a thread exits. If is -- cgit v1.2.1