summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***schmidt1998-01-041-3/+3
* (sched_params): moved paren so that DCETHREADS block will be executed evenlevine1997-12-261-1/+1
* (thr_create): added || ACE_HAS_DCETHREADS to #ifndef ACE_LACKS_SETSCHED, so t...levine1997-12-261-2/+2
* (ACE_Thread_Adapter::invoke): wrapped rethrow_w32_structural_exception () cal...levine1997-12-241-1/+2
* Removed struct keyword from functions that used ACE_Cleanup_Info.nw11997-12-211-8/+8
* *** empty log message ***nw11997-12-191-0/+1
* Rearranged ACE_Thread_Adapter::invoke to cleanup, print error messages, and r...nw11997-12-181-40/+48
* fixed a couple of comments on #endif'slevine1997-12-171-31/+30
* pSOS portcdgill1997-12-171-1/+194
* replace ACE_HAS_64BIT_LONGS with ACE_SIZEOF_LONG == 8, and similarly for dete...levine1997-12-161-2/+2
* *** empty log message ***schmidt1997-12-161-14/+2
* moved basic type determination, including ACE_U_LongLong, to Basic_Types.*. ...levine1997-12-121-11/+0
* *** empty log message ***irfan1997-12-041-0/+2
* (inet_aton): return 0 if addr argument is 0levine1997-12-031-3/+4
* (inet_aton): removed CHORUS specialization.levine1997-12-021-7/+3
* (thr_keycreate): with ACE_HAS_DCETHREADS only, cast dest argument to ::pthrea...levine1997-12-011-1/+5
* *** empty log message ***irfan1997-11-211-1/+1
* *** empty log message ***irfan1997-11-211-0/+4
* (cleanup_tss): Enabled Win32 to callnw11997-11-191-5/+6
* *** empty log message ***schmidt1997-11-191-0/+14
* (gethostby{addr,name}): on VxWorks only, don't htonl the input address becaus...levine1997-11-181-5/+15
* *** empty log message ***schmidt1997-11-161-1/+13
* (gethostbyaddr_r,gethostbyname_r): added VxWorks support.levine1997-11-141-5/+102
* (gethostbyaddr): added VxWorks supportlevine1997-11-131-6/+37
* (gethostbyname): on VxWorks, load static first_addr on every call, not just t...levine1997-11-121-1/+3
* (inet_ntoa): use VxWorks' ::inet_ntoa. It's not documented, but works.levine1997-11-121-18/+0
* (inet_aton): declare local ip_addr as an ACE_UINT32 instead of a long. Real ...levine1997-11-121-2/+2
* *** empty log message ***schmidt1997-11-071-5/+0
* *** empty log message ***schmidt1997-11-071-7/+3
* Rearranged how TSS'es get cleaned up on NT in ACE_OS::cleanup_tss.nw11997-11-051-9/+5
* All NT threads need to cleanup TSS.nw11997-11-041-9/+13
* *** empty log message ***schmidt1997-11-021-10/+13
* (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