summaryrefslogtreecommitdiff
path: root/examples/Threads
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***nanbor1998-08-051-34/+24
|
* Added ACE_RCSID to examples/gonzo1998-07-3124-7/+55
|
* *** empty log message ***schmidt1998-07-251-48/+101
|
* *** empty log message ***schmidt1998-07-171-1/+1
|
* *** empty log message ***schmidt1998-07-171-69/+108
|
* (work): added ACE_UNUSED_ARG (stack_size).levine1998-06-291-0/+2
|
* renamed global stack_size to default_stack_size, to avoid shadowing bylevine1998-06-191-3/+3
| | | | stack_size in main ().
* *** empty log message ***nanbor1998-06-181-1/+1
|
* Extract out the loop into a separate function so that the delete[] will get ↵nanbor1998-06-181-54/+55
| | | | called properly.
* *** empty log message ***schmidt1998-04-091-91/+669
|
* (main): wrapped return statement at end with ACE_NOTREACHED.levine1998-04-011-1/+1
|
* Manipulate thread stack size on non-windows platforms.nanbor1998-03-211-3/+18
|
* *** empty log message ***schmidt1998-03-182-68/+73
|
* (svc): use ACE_OS::sleep instead of ::Sleep. (main): declare "ii"levine1998-03-181-33/+35
| | | | outside of the first loop because it is used in other loops.
* Added task_five.cppnanbor1998-03-173-0/+69
|
* Init. version.nanbor1998-03-171-0/+121
|
* *** empty log message ***schmidt1998-03-142-4/+6
|
* updated dependencies with revised depend.locallevine1998-01-151-571/+112
|
* replace ACE_HAS_64BIT_LONGS preprocessor logic with a cast through a long to ↵levine1997-12-171-5/+3
| | | | an int.
* *** empty log message ***schmidt1997-12-041-472/+114
|
* *** empty log message ***irfan1997-12-042-22/+21
|
* *** empty log message ***irfan1997-12-041-1/+1
|
* moved ACE_Atomic_Op<ACE_Thread_Mutex, int> instantiation from ace/Future.cpp ↵levine1997-12-031-15/+22
| | | | to where it is used
* *** empty log message ***irfan1997-12-031-16/+0
|
* *** empty log message ***irfan1997-12-031-2/+14
|
* Removed unnecessary library inclusions.nw11997-11-2621-21/+21
|
* Remove the tempinc directory before compiling each new program on AIX.Steve Huston1997-11-221-0/+7
|
* Moved class Errno out from thread_specific.cpp and tss1.cpp to a newSteve Huston1997-11-223-80/+53
| | | | header file, thread_specific.h. AIX needs the class in a .h file.
* Added const to char * - can't init a char * from a const string.Steve Huston1997-11-221-1/+1
|
* Added 'const' at line 22 - can't init a char * from a const string.Steve Huston1997-11-221-1/+1
|
* *** empty log message ***schmidt1997-11-161-149/+619
|
* replace ACE_SYNCH_1 and _2 with _DECL and _USElevine1997-11-071-8/+8
|
* *** empty log message ***schmidt1997-10-191-0/+2
|
* *** empty log message ***irfan1997-10-177-963/+411
|
* (Method_Object_Name): removed extraneous ";" after function definition.levine1997-10-152-108/+108
|
* removed unused static locklevine1997-10-151-10/+4
|
* (worker): convert void *c to long if ACE_HAS_64BIT_LONGS. Changed name of ↵levine1997-10-151-21/+25
| | | | "lock" to "printf_lock" to avoid collision with lock () in DEC cxx iostream.hxx.
* *** empty log message ***irfan1997-09-163-0/+3
|
* updated Makefile dependencieslevine1997-09-151-642/+73
|
* *** empty log message ***schmidt1997-09-121-64/+120
|
* *** empty log message ***schmidt1997-09-061-8/+4
|
* cast spawn entry point to ACE_THR_FUNClevine1997-09-045-7/+7
|
* (worker): use ACE_OS::printf () instead of printf (), and print out the ↵levine1997-09-041-2/+5
| | | | ACE_hthread_t instead of the ACE_thread_t
* (Invoker_Task): rearranged initializers to match declaration orderlevine1997-09-041-3/+3
|
* *** empty log message ***schmidt1997-08-308-19/+3
|
* ACE libraries are renamed to conform with MicroSuck's convention.nw11997-08-282-300/+439
|
* Changed to used new naming scheme for ace.dllbrunsch1997-08-2721-21/+21
|
* added args to declaration of main ()levine1997-08-256-6/+6
|
* added #include of fstream.h and iostream.h with ↵levine1997-08-221-1/+5
| | | | ACE_HAS_MINIMUM_IOSTREAMH_INCLUSION
* ChangeLogTag:Thu Aug 21 13:08:43 1997 Carlos O'Ryan ↵coryan1997-08-213-3/+3
| | | | <coryan@swarm.cs.wustl.edu>