summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'TAO-0_1_21'.TAO-0_1_21nobody1998-05-151-4101/+0
* 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
* (ACE_Thread_Adapter::invoke): only declare local thr_desc iflevine1998-04-141-5/+7
* *** empty log message ***schmidt1998-04-141-52/+61
* *** empty log message ***schmidt1998-04-131-1/+1
* Removed ACE_NO_THREAD_ADAPTERnanbor1998-04-121-28/+19
* Added ACE_CE_Bridgenanbor1998-04-101-0/+77
* Forget to read thread creation flags using the access function in thr_exit.nanbor1998-04-051-1/+1
* Conditional compile MFC codenanbor1998-04-041-2/+8
* Take care of thr_exit for threads that are not spawned by ACE_Thread_Managernanbor1998-04-041-8/+55
* *** empty log message ***schmidt1998-04-041-2/+1
* *** empty log message ***schmidt1998-04-041-0/+6
* *** empty log message ***schmidt1998-04-041-11/+2
* (ACE_TSS_Info::key_in_use): return true if thread_count_ > 0, not if it is != -1levine1998-04-031-1/+1
* Removed the use of AfxGetThread by checking thread creation flags from cached...nanbor1998-04-031-6/+10
* CE stuff.nanbor1998-03-191-5/+5
* CE stuff.nanbor1998-03-161-2/+17
* Added ASYS_TEXT to numerous debugging messagesnanbor1998-03-051-16/+16
* (readv,writev): added static cast of iov_len to int, to avoid unsigned compar...levine1998-03-041-2/+2
* Added Win32 thread exit functionality.nanbor1998-03-021-1/+6
* *** empty log message ***schmidt1998-03-021-1/+1
* Changes for Windows CE port. Please see ChangeLog entry: Tue Feb 24 05:08:31...nanbor1998-02-241-2/+40
* (sched_params): removed ACE_ADAPT_RETVAL from PTHREADS ::sched_setscheduler (...levine1998-02-231-7/+4
* Added the function __d10_sigwait for use on DG/UX 4 with draft 10 pthreads.Steve Huston1998-02-111-0/+15
* Windows CE madness.nanbor1998-02-081-11/+68
* *** empty log message ***schmidt1998-02-021-2/+2
* Added WinCE codes.nanbor1998-02-021-4/+27
* Changed struct utsname (UNICODE) for function uname.nanbor1998-01-301-1/+1
* Changed struct utsname (UNICODE) for function uname.nanbor1998-01-301-31/+31
* More WinCE insanities.nanbor1998-01-271-2/+7
* (thr_create): On VxWorks, use strncmp instead of strcmp to check for allocate...levine1998-01-241-2/+3
* (thr_create): added support for setting stack size on VxWorks, though it does...levine1998-01-221-29/+61
* (thr_create): on VxWorks only, use the t_id (task name) if suppliedlevine1998-01-221-25/+42
* *** empty log message ***schmidt1998-01-181-1/+2
* *** 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