summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchnobody1999-04-121-6419/+0
* moved flags members from ACE_Thread_Descriptor to a new ACE_OS_Thread_Descrip...levine1999-04-051-7/+13
* removed use of ACE_Array for with WIN32 and TSS_EMULATIONlevine1999-04-031-33/+36
* * ace/OS.cpp (ACE_OS_PREALLOCATE_OBJECT): Initialized obj_p to zeroOssama Othman1999-03-241-1/+1
* (thr_create): SunOS 5.7 allows thread priority of 0, so we no longer need to ...levine1999-03-241-27/+33
* (tss_close): don't call ACE_OS::thr_keyfree, because it doesn't free the nati...levine1999-03-221-1/+1
* (cleanup_tss): added tss_close (), to enable deleting the native key on progr...levine1999-03-221-6/+12
* Fixed TLS key leaks on Win32.nanbor1999-03-221-2/+8
* (ACE_OS_Object_Manager ctor): allow newer instances to overwrite older ones, ...levine1999-03-191-10/+16
* *** empty log message ***irfan1999-03-191-1/+1
* Removing MFC dependencynanbor1999-03-191-7/+32
* (argv_to_string): initialized temp to 0 to avoid warnings from VxWorks g++levine1999-03-171-2/+2
* pSOS MIPS patches from Jaepil Kimcdgill1999-03-161-5/+10
* pSOS fixes, ACE_PSOS_TM and ACE_Time_Value::max_time commentscdgill1999-03-141-1/+6
* (ACE_OS::thr_setspecific): on ACE_WIN32 with ACE_HAS_TSS_EMULATION, don't reg...levine1999-03-111-1/+0
* (cleanup_tss): updated comment on why we don't call free_all_keys_leftlevine1999-03-061-5/+6
* (cleanup_tss): disabled call to free_all_keys_left () withlevine1999-03-051-0/+7
* (ACE_TSS_Cleanup (),free_all_keys_left ()): with ACE_TSS_Emulationlevine1999-03-051-12/+37
* added ACE_OS_Object_Manager::starting_up () and shutting_down (). (ACE_TSS_C...levine1999-03-041-1/+15
* (socket_init,socket_fini): replaced use of cerr with ACE_OS::fprintf.levine1999-03-041-4/+8
* (ACE_Thread_Adapter::invoke): removed ACE_HAS_MINIMAL_ACE_OS conditional comp...levine1999-03-031-5/+15
* changed Object_Manager state to be per-instance, instead of globallevine1999-03-031-20/+18
* fixed ObjMan state logic to ensure that the ACE_Object_Manager is fini'd befo...levine1999-03-011-7/+10
* added ACE_OS_Object_Managerlevine1999-03-011-106/+507
* (ACE_Thread_Adapter::invoke): replaced calllevine1999-02-281-1/+1
* added #include "ace/Thread_Manager.h" on WIN32, forlevine1999-02-261-0/+3
* (spa, for VxWorks only): updated comment about ::sp () default values,levine1999-02-261-3/+9
* moved ACE_Thread_Control and ACE_Thread_Exit class definitions from Thread_Ma...levine1999-02-241-2/+4
* CE UNICODE fixes.nanbor1999-02-231-1/+1
* Uninlined the ACE_OS:cond_* functions with ACE_LACKS_COND_Tlevine1999-02-211-0/+553
* changed ACE_OS::exit to call an exit hook that is registered by the ACE_Objec...levine1999-02-201-6/+10
* .schmidt1999-02-201-3/+10
* *** empty log message ***nanbor1999-02-201-1/+1
* .schmidt1999-02-201-2/+0
* Removed tabsnanbor1999-02-201-6/+6
* Added ACE_OS_?String classesnanbor1999-02-201-1/+25
* Don't open files with FILE_SHARE_DELETE on Win95.nanbor1999-02-191-0/+4
* .schmidt1999-02-191-8/+7
* *** empty log message ***nanbor1999-02-191-22/+25
* .schmidt1999-02-191-7/+70
* .schmidt1999-02-191-22/+151
* CE changes: Sat Feb 13 22:06:17 1999 Nanbor Wangnanbor1999-02-141-2/+9
* ChangeLogTag:Fri Jan 29 14:49:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-291-0/+6
* *** empty log message ***irfan1999-01-251-4/+4
* Fixed unlinking temp file problem on Win32nanbor1999-01-211-0/+59
* *** empty log message ***nanbor1999-01-191-1/+1
* *** empty log message ***nanbor1999-01-191-1/+1
* Fix open-temp-file on Win32nanbor1999-01-181-2/+2
* (lwp_getparams): removed ACE_MT_SAFE check that Doug added Saturday.levine1999-01-181-3/+3
* .schmidt1999-01-161-38/+30