summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
Commit message (Expand)AuthorAgeFilesLines
* (thr_create): on Chorus, double the stack size to avoid bad problemslevine1997-10-311-2/+2
* cleaned up ACE_Thread_Adapter::invoke () and some more ACE_NULL_key useslevine1997-10-301-32/+23
* Added support for non-scalar ACE_thread_key_t. (tss_open): On VxWorks, don't...levine1997-10-301-23/+53
* *** empty log message ***schmidt1997-10-301-2/+3
* (tss_open,tss_close): removed tss_open () dynamic allocation option, and tss_...levine1997-10-301-27/+2
* changed a few TSS keys of 0 to ACE_OS::NULL_keylevine1997-10-301-3/+3
* (ace_thread_adapter): don't clean up TSS in this function, because it'slevine1997-10-291-10/+0
* replaced ACE_TSS_REF_TABLE with a reference count to remove dynamic allocatio...levine1997-10-291-91/+174
* (thr_create): use pthread_attr_setprio instead of *_setsched with DCETHREADS,...levine1997-10-281-3/+31
* (exit_cleanup_i): removed protection against recursive calls. This protectio...levine1997-10-271-62/+5
* Disable ACE_OS::sprintf (wchar_t, char, ...).nw11997-10-261-0/+2
* *** empty log message ***irfan1997-10-261-0/+7
* *** empty log message ***schmidt1997-10-251-3/+2
* (ACE_TSS_Info, Win32 and VxWorks only): changed type of ACE_TSS_TABLE from AC...levine1997-10-241-241/+293
* *** empty log message ***schmidt1997-10-231-4/+88
* Modified to force caching thread-descriptor entry.nw11997-10-221-2/+12
* *** empty log message ***irfan1997-10-171-4/+6
* moved ace_os_monitor_lock and ACE_Token_Invariants_Creation_Lock to Object_Ma...levine1997-10-171-9/+21
* * ace/Message_Block.cpp: Changed how continuations are released injxh1997-10-171-2/+2
* socket_init: use ACE_UNUSED_ARG instead.nw11997-10-161-2/+2
* changed ACE_TSS_CLEANUP_LOCK from an ACE_Thread_Mutex to an ACE_Recursive_Thr...levine1997-10-151-21/+21
* *** empty log message ***schmidt1997-10-141-1/+9
* *** empty log message ***schmidt1997-10-141-3/+3
* *** empty log message ***schmidt1997-10-121-8/+8
* *** empty log message ***schmidt1997-10-111-3/+4
* *** empty log message ***schmidt1997-10-111-8/+0
* *** empty log message ***schmidt1997-10-111-1/+1
* *** empty log message ***schmidt1997-10-101-16/+33
* *** empty log message ***irfan1997-10-091-32/+15
* *** empty log message ***schmidt1997-10-071-1/+35
* Oops.nw11997-09-301-2/+1
* *** 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