summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switched the s from the msvc to borland conditional codebrunsch1998-06-081-2/+2
* Added initial support for Borland C++ Buildergonzo1998-06-081-9/+19
* *** empty log message ***schmidt1998-06-071-2/+2
* Added some minor fixes to the difftime implementation.jxh1998-05-291-12/+29
* *** empty log message ***jxh1998-05-291-0/+116
* Minor fix to gets.jxh1998-05-241-2/+2
* *** empty log message ***irfan1998-05-221-2/+2
* *** empty log message ***schmidt1998-05-151-6/+4
* *** empty log message ***schmidt1998-05-151-47/+49
* Changed the g++ common file so that 2.8.1 acts like EGCS does. Thisjxh1998-05-141-0/+34
* Moved CE's implementation of ACE_OS::fprintf from OS.i to OS.cppnanbor1998-05-111-0/+7
* Changed fmtstr in ctime_r (CE implementation) to ACE_OS_CTIME_R_FMTSTRnanbor1998-05-111-2/+2
* More Thread_Manager optimization.nanbor1998-05-111-3/+3
* *** empty log message ***nanbor1998-05-101-33/+54
* Fixed FILETIME conversion bug.nanbor1998-05-071-7/+22
* (ACE_Thread_Adapter::invoke): with ACE_NEEDS_LWP_PRIO_SET, added the call to ...levine1998-05-041-4/+23
* updated ACE_UNUSED_ARGSlevine1998-04-191-0/+2
* (set_scheduling_params): oops, id instead of class_name in ACE_UNUSED_ARGlevine1998-04-191-1/+1
* added support on Solaris for setting LWP prioritylevine1998-04-181-52/+230
* *** empty log message ***irfan1998-04-181-4/+6
* (invoke): should check for null thr_desc, not thr_desc->flag ().nanbor1998-04-171-1/+1
* *** empty log message ***irfan1998-04-151-2/+8