summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***irfan1997-05-151-8/+20
* use ACE_DEFAULT_THREAD_PRIORITY instead of -1, because -1 is a valid priority...levine1997-05-131-8/+9
* *** empty log message ***irfan1997-05-091-1/+1
* *** empty log message ***schmidt1997-05-081-5/+5
* (mktime): added time_t cast of -1 (error) return to avoid compiler warninglevine1997-05-061-4/+2
* *** empty log message ***schmidt1997-05-051-1/+1
* *** empty log message ***schmidt1997-05-051-1/+1
* *** empty log message ***schmidt1997-05-011-0/+12
* *** empty log message ***irfan1997-04-301-0/+2
* *** empty log message ***schmidt1997-04-291-32/+32
* *** empty log message ***schmidt1997-04-291-1/+1
* *** empty log message ***schmidt1997-04-281-21/+21
* *** empty log message ***schmidt1997-04-281-37/+112
* * ace/OS.cpp (thr_create): Hopefully resolved tensionChris Cleeland1997-04-281-3/+3
* * ace/OS.cpp (thr_create): Fixed the fix from Thilo so that itChris Cleeland1997-04-251-1/+2
* Integrated Thilo's changes from 4/16/97.Chris Cleeland1997-04-231-1/+1
* *** empty log message ***schmidt1997-04-161-1/+1
* *** empty log message ***schmidt1997-04-071-35/+29
* *** empty log message ***schmidt1997-04-061-1/+0
* added Matthias' updates to Log_Msg, w/ACE_NO_HEAP_CHECK; see ChangeLog for de...levine1997-04-051-10/+15
* fooschmidt1997-04-031-0/+18
* added casts of iov_len and copyn because iov_len is int on some platforms and...levine1997-04-031-1/+4
* (writev, readv): changed type of local variable "i" from size_t to int to avo...levine1997-04-031-4/+4
* * Added -fno-implicit-templates for Linux platformsChris Cleeland1997-04-021-6/+6
* Moved the setting of policy BEFORE the setting of priority inChris Cleeland1997-04-011-368/+386
* (gethrtime): added support for PowerPC with Green Hills compilerlevine1997-04-011-0/+22
* fooschmidt1997-03-291-3/+19
* added ACE_HAS_ONLY_SCHED_OTHER to indicate that platform only supports POSIX ...levine1997-03-291-1/+1
* (thr_create): only support THR_SCHED_OTHER on Solarislevine1997-03-281-0/+5
* fixed PTHREADS_1003_DOT_1C thread priority logiclevine1997-03-281-3/+3
* Integrated changes from Thilo.Chris Cleeland1997-03-281-44/+93
* *** empty log message ***schmidt1997-03-281-153/+17
* Changed ::sprintf calls to ACE_OS::sprintf.levine1997-03-261-7/+7
* (thr_create): on VxWorks, always pass 0 as first arg to ::taskSpawn () so tha...levine1997-03-251-4/+4
* graschmidt1997-03-241-11/+24
* thr_create (): fixed call to taskSpawn (), and set flags to VX_FP_TASK if no...levine1997-03-241-10/+11
* fooschmidt1997-03-221-2/+3
* esschmidt1997-03-221-15/+60
* otschmidt1997-03-201-2/+16
* *** empty log message ***schmidt1997-03-191-5/+5
* (sched_params): return -1 if NOTSUP; (fork): added ACE_UNUSED_ARG (program_na...levine1997-03-171-1/+2
* *** empty log message ***schmidt1997-03-141-0/+16
* (uname, hostname): added VxWorks support, and uninlined uname on WIN32 and Vx...levine1997-03-111-0/+30
* (sched_param): with STHREADS, map ACE_SCOPE_THREAD to ACE_SCOPE_PROCESSlevine1997-03-071-1/+3
* revised thread/process priority interface (merged in posix_thread_priority br...levine1997-03-051-62/+137
* support gethrtime () on all platforms by calling gettimeofday ()levine1997-02-281-2/+2
* uninlined ACE_OS::gethrtime () on linux because it depends on location of loc...levine1997-02-231-0/+20
* use local variables in ACE_OS::gethrtime () on linuxlevine1997-02-231-6/+0
* added ACE_OS::gethrtime () support for Linux on Pentiumslevine1997-02-231-0/+6
* *** empty log message ***irfan1997-02-181-1/+1