summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
Commit message (Expand)AuthorAgeFilesLines
* .schmidt1998-10-111-7/+1
* Reverted FSU thread changes, for now.nanbor1998-10-081-18/+3
* Arturo: FSU pthread on SCO fixes.nanbor1998-10-071-3/+18
* Changed to use fork1 on Solaris (when using solaris threads)nanbor1998-10-061-11/+16
* *** empty log message ***irfan1998-09-301-0/+181
* removed ACE_USE_NATIVE_KEYS support by ACE_HAS_TSS_EMULATIONlevine1998-09-281-25/+19
* Not to consider ACE_HAS_PTHREAD_SIGMASK when determining where to allocate AC...nanbor1998-09-271-2/+2
* *** empty log message ***schmidt1998-09-221-41/+31
* (ACE_TSS_Emulation_cleanup): added ACE_UNUSED_ARG (ptr)levine1998-09-191-0/+1
* (tss_base,some ACE_PSOS_Time_t functions): removed ACE_INLINElevine1998-09-181-4/+3
* .schmidt1998-09-171-2/+4
* uninlined readPPCTimerlevine1998-09-161-2/+24
* changed ACE_HAS_POWERPC to ACE_HAS_POWERPC_TIMERlevine1998-09-161-10/+10
* Deprecated ACE_LACKS_GETS and ACE_OS::gets (void).nanbor1998-09-151-3/+0
* *** empty log message ***schmidt1998-09-121-4/+4
* *** empty log message ***schmidt1998-09-071-5/+2
* (thr_create): play the zero thread priority game on Solaris if defined (sun),...levine1998-09-031-59/+61
* pSOS Diab and Trimedia compiler port checkincdgill1998-09-011-454/+448
* *** empty log message ***irfan1998-08-271-1/+1
* Fixed another draft 6 call to pthread_key_create.Steve Huston1998-08-261-1/+3
* In ACE_OS::thr_keycreate, correct call for pthreads draft 6 to beSteve Huston1998-08-261-1/+3
* (rwlock_init): use native ::rwlock_init on Solaris, even if ACE_HAS_STHREADS ...levine1998-08-261-3/+2
* Forgot to register thr_mgr to exit_hook.nanbor1998-08-201-0/+1
* Don't create the TSS ACE_Thread_Exit object if the thread is not spwaned by T...nanbor1998-08-201-18/+22
* (ACE_TSS_Cleanup::detach): only declare locallevine1998-08-191-64/+66
* Fixed some bugs in TSS_Cleanup, see ChangeLog for detailsnanbor1998-08-191-11/+26
* Changed to not use ACE_HAS_DCETHREADS (or DCE_DRAFT4_THREADS) - unify around theSteve Huston1998-08-171-124/+143
* *** empty log message ***irfan1998-08-011-1/+1
* *** empty log message ***irfan1998-08-011-30/+208
* renamed ACE_Time_Value::max to ACE_Time_Value::max_time, because VxWorks #def...levine1998-07-251-2/+2
* fixed enqueue_tail bug in dynamic message queuecdgill1998-07-241-0/+4
* with ACE_HAS_DCE_DRAFT4_THREADS and ACE_LACKS_SETDETACH, added ::pthread_deta...levine1998-07-241-0/+11
* unify thread adapter use between ACE_OS and ACE_Thread_Managerlevine1998-07-241-0/+29
* applied Arturo's patches to support TSS emulation with Pthreadslevine1998-07-201-4/+167
* *** empty log message ***schmidt1998-07-171-1/+1
* Added a copy constructor for ACE_Thread_ID.jxh1998-07-151-0/+6
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* Enclosed the whole EXCEPT block in #ifdef ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS.nanbor1998-07-081-2/+2
* CE doesn't have structural exception handlingnanbor1998-07-071-12/+12
* On VxWorks only, use a single character instead of a string to mark an ACE_th...levine1998-07-071-5/+5
* Revised support for Borland C++ 5.xgonzo1998-07-071-6/+30
* (thr_create): on VxWorks only, check if thr_id points to a zero char *. If s...levine1998-07-021-12/+21
* (invoke): wrapped final return statement with ACE_NOTREACHEDlevine1998-06-301-4/+4
* Added return statement at the end. AIX needs it.nanbor1998-06-291-0/+2
* Changes on Thread_Manager for Borland compilersgonzo1998-06-221-2/+2
* Reflow macro indentation, specified <priority> as an unused arg when ACE_LACK...nanbor1998-06-201-252/+254
* Run-time Win32 structured exceptions control interface.nanbor1998-06-181-9/+28
* ChangeLog entry: Wed Jun 17 17:30:11 1998 Michael Kircher <mk1@cs.wustl.edu>mk11998-06-171-2/+9
* Uses a different system structure if certain borland compilers are beingbrunsch1998-06-111-0/+4
* Made it so both Borland and Microsoft use the x.wProcessorArchitecturebrunsch1998-06-091-4/+1