summaryrefslogtreecommitdiff
path: root/examples/Threads
Commit message (Expand)AuthorAgeFilesLines
* replace ACE_HAS_64BIT_LONGS preprocessor logic with a cast through a long to ...levine1997-12-171-5/+3
* *** 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
* *** 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
* 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 "l...levine1997-10-151-21/+25
* *** 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 ACE_h...levine1997-09-041-2/+5
* (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 ACE_HAS_MINIMUM_IOSTREAMH_INC...levine1997-08-221-1/+5
* ChangeLogTag:Thu Aug 21 13:08:43 1997 Carlos O'Ryan <coryan@swarm.cs.wustl....coryan1997-08-213-3/+3
* *** empty log message ***schmidt1997-08-162-8/+8
* *** empty log message ***irfan1997-08-164-16/+16
* Updated to including stdcpp.h instead of <iostream.h>, <iomanip.h>,brunsch1997-08-1423-23/+44
* added ACE_HAS_INSTANTIATION_PRAGMA supportlevine1997-07-319-179/+226
* *** empty log message ***schmidt1997-07-281-7/+1
* *** empty log message ***irfan1997-07-261-1/+1
* *** empty log message ***irfan1997-07-2614-33/+33
* Changed WRAPPER_ROOT to ACE_ROOT.Chris Cleeland1997-07-221-1653/+1653
* Visual C++ Project filesbrunsch1997-07-1522-0/+1707
* added auto_basic_ptr specializationslevine1997-06-242-0/+2
* *** empty log message ***schmidt1997-06-231-0/+1
* (main): replaced call to kill with terminatelevine1997-06-221-2/+2
* (svc): fixed typo, n_tasks instead of ntaskslevine1997-06-191-1/+1
* *** empty log message ***nw11997-06-182-3/+3
* *** empty log message ***nw11997-06-161-9/+7
* made some globals non-static or const so that tss1 will link with Sun C++ 4.2...levine1997-06-021-3/+6
* *** empty log message ***schmidt1997-05-211-6/+8
* added #include of ace/Thread.h because Sun C++ 4.1 needs itlevine1997-05-201-0/+1