summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* *** empty log message ***nw11997-09-291-1/+1
* removed DllMainlevine1997-09-251-33/+0
* *** empty log message ***irfan1997-09-241-2/+2
* use ACE_MT with preallocated lock codelevine1997-09-211-28/+14
* revised ACE_Object_Manager interface for preallocated objectslevine1997-09-201-27/+29
* Commented out calling to ACE_TSS_Cleanup::instance ()->exit (status) from ACE...nw11997-09-191-2/+3
* *** empty log message ***nw11997-09-191-1/+1
* *** empty log message ***nw11997-09-191-0/+1
* * ace/OS.cpp (ACE_TSS_Cleanup::exit): Masked out codes that relatenw11997-09-191-3/+40
* (gethrtime, Linux only): inlined and added Alpha supportlevine1997-09-151-29/+3
* (thr_key_detach): check to see if the ACE_TSS_Cleanup lock has been construct...levine1997-09-111-346/+366
* removed ACE_TSS_Cleanup_Lock and replace it with a preallocated mutex in OS.cpplevine1997-09-101-7/+44
* (cleanup_tss): On WIN32 and with ACE_HAS_TSS_EMULATION, delete the ACE_TSS_Cl...levine1997-09-091-93/+68
* added ACE_Cleanup base class and ace_cleanup_destroyer adapterlevine1997-09-071-0/+17
* *** empty log message ***schmidt1997-09-051-1/+1
* (tss_open): removed paren from around type in "new" statement, because GHS (a...levine1997-09-041-1/+1
* moved tss_open ()/tss_close () calls from invoke () to ace_thread_adapterlevine1997-09-041-14/+17
* uninlined ACE_TSS_Emulation::tss_open/closelevine1997-09-031-0/+42
* (ACE_Thread_Adapter::invoke): allocate TSS_Emulation storage on thread stack....levine1997-09-031-14/+33
* *** empty log message ***schmidt1997-09-021-4/+3
* (ACE_Thread_Adapter::invoke) don't exit the thread with TSS_EMULATION, except...levine1997-09-021-13/+13
* protected definition of ACE_TSS_Emulation::tss_collection_ on VxWorks, where ...levine1997-09-021-0/+2
* *** empty log message ***schmidt1997-09-011-2/+2
* *** empty log message ***schmidt1997-09-011-1/+1
* major cleanup of ACE_TSS_Emulation, esp. how it interacts with ACE_TSS_Cleanu...levine1997-08-311-41/+29
* *** empty log message ***schmidt1997-08-301-11/+4
* allocate/deallocate TSS for each thread, on VxWorkslevine1997-08-291-3/+11
* (invoke): added cast of return value from svc function invocationlevine1997-08-291-1/+1
* started adding TSS emulationlevine1997-08-291-108/+202
* Added cast for ace_thread_adapterbrunsch1997-08-291-1/+1
* *** empty log message ***schmidt1997-08-291-71/+57
* *** empty log message ***nw11997-08-231-14/+7
* Removed use of ACE_HAS_SETKIND_NP, generally replacing it withSteve Huston1997-08-191-51/+54
* (ACE_Thread_Adapter): rearranged initializers to match declaration orderlevine1997-08-181-2/+3
* *** empty log message ***schmidt1997-08-161-19/+17
* Changed ACE_OS::uname () for Win32brunsch1997-08-151-9/+94
* *** empty log message ***schmidt1997-08-131-0/+3
* *** empty log message ***schmidt1997-08-131-1/+1
* Fixed typo.nw11997-08-131-12/+12
* All threads creation now inherit their parents' properties.nw11997-08-131-28/+74
* *** empty log message ***schmidt1997-08-131-8/+4
* *** empty log message ***nw11997-08-111-1/+1
* *** empty log message ***schmidt1997-08-011-2/+4
* *** empty log message ***irfan1997-08-011-1/+1
* *** empty log message ***schmidt1997-07-301-1/+11
* Avoid using default when copying info_arr[] in ACE_TSS_Cleanup::exit ().nw11997-07-301-2/+6
* *** empty log message ***schmidt1997-07-301-2/+2
* Fixed problem with longlong and the high res timer.Chris Cleeland1997-07-301-1/+1
* Clean build with -Wall on Linux, now!Chris Cleeland1997-07-291-0/+9
* (sched_params): added some more initializations to 0 to avoid Purify warnings...levine1997-07-291-3/+16