Commit Graph

1752 Commits

Author SHA1 Message Date
Marty Kraimer
02c8f06c7f call errlogFlush before terminating 2002-07-09 18:58:54 +00:00
Jeff Hill
bf72b6fcb0 added commented out attempt at additional priority range, and removed time critical as parto of the normal range 2002-07-08 18:57:27 +00:00
Jeff Hill
fae2978b8a moved implementation od inline functions 2002-07-08 18:49:58 +00:00
Jeff Hill
8f02fe12f0 avoid divide by zero when table is empty 2002-07-08 18:49:16 +00:00
Jeff Hill
55675571ca fixed spelling 2002-07-08 18:47:57 +00:00
Ralph Lange
621e2f2e50 HPUX warning suppression 2002-07-05 12:33:26 +00:00
Ralph Lange
0e82cbdaf9 Bugfix (HPUX compiler was complaining) 2002-07-05 12:32:33 +00:00
Janet B. Anderson
e7f10d4720 Added code to remove trailing whitespace and carriage return. 2002-07-03 15:28:52 +00:00
Janet B. Anderson
51e7a0d97a Shortened string output. 2002-07-01 21:46:04 +00:00
Jeff Hill
5aef71fe05 changed interface so that callback is immediate if there is no space in the queue 2002-06-27 23:54:01 +00:00
Jeff Hill
387d47c79c improved optimization 2002-06-25 23:10:47 +00:00
Jeff Hill
54076ffb12 cosmetic 2002-06-25 22:20:55 +00:00
W. Eric Norum
729144f7c5 Track changes in posix version. Hopefully the next release of OS X will
provide the reentrant routines and this source file can be removed.
2002-06-25 21:20:34 +00:00
Jeff Hill
c78c3ce853 clean up state transitions 2002-06-25 15:11:52 +00:00
Jeff Hill
02ed07196b cosmetic 2002-06-25 15:10:30 +00:00
Jeff Hill
4a54265e84 check for overflow condition when adjusting time estimate 2002-06-25 15:08:59 +00:00
W. Eric Norum
0e4d76e68c Fix error report to reflect the fact that clock_gettime returns 0 or -1 with error code in errno. 2002-06-21 21:11:08 +00:00
Marty Kraimer
008c9afa18 fix bug 2002-06-14 18:18:50 +00:00
Jeff Hill
5e1ea4868b workaround so that fix for bogus HP warningn isnt causing a warning with sun pro 2002-06-14 17:15:10 +00:00
Jeff Hill
08324fc8ec fixed iterator was not incremented when allocating a timer queue 2002-06-14 17:12:01 +00:00
Marty Kraimer
eeee6c51d1 Put convertDoubleToWakeTime in osdTime.cpp so that it is not duplicated.
Use clock_gettime in convertDoubleToWakeTime.
Always use clock_gettime get current time
2002-06-14 14:55:43 +00:00
Jeff Hill
c331dd6951 now uses a phase locked loop to synchronize the performance counter ticks
with file time
2002-06-13 23:29:36 +00:00
Jeff Hill
d689a00f93 use %d to diplay thread id 2002-06-13 17:23:22 +00:00
Jeff Hill
9b5a9bf454 fixed no \n at end of message 2002-06-13 17:20:35 +00:00
Jeff Hill
9d14d911fe doc 2002-05-30 19:46:07 +00:00
Jeff Hill
5cc37d2a08 added comment 2002-05-28 23:37:22 +00:00
Jeff Hill
4269375e6c dont destroy singleton in destructor because other file scope objects
may reference the singleton in their destructors
2002-05-28 23:36:46 +00:00
Jeff Hill
94ebd4596f changed certain functions to inline 2002-05-15 18:15:38 +00:00
Jeff Hill
a5c9f8d430 updated iterator test 2002-05-14 20:25:17 +00:00
Jeff Hill
c4c7ee7803 added exit and waitRelease capabilities to epicsThread class 2002-05-14 20:24:49 +00:00
Jeff Hill
0afd9ddbb8 cosmetic 2002-05-14 20:23:08 +00:00
Jeff Hill
df30f1bfc5 added iterator classes 2002-05-14 20:21:15 +00:00
Jeff Hill
6b2a91cd0c added assignment operator to iterator 2002-05-14 20:20:01 +00:00
Jeff Hill
a09a1f2beb installed optimization for machines that dont have hardware floating point 2002-05-13 20:59:26 +00:00
Jeff Hill
e788adc650 fixed sun pro warning 2002-05-09 17:25:34 +00:00
Jeff Hill
9ec47f54a3 removed epicsShareSym 2002-05-09 17:18:17 +00:00
Jeff Hill
b929253988 cosmetic 2002-05-09 17:17:32 +00:00
Jeff Hill
dbfc2880c8 cleaned up assignment and copy operator for node class 2002-05-09 15:18:56 +00:00
Jeff Hill
7fcb189dfb made lock/unlock entry points inline again 2002-05-08 23:15:31 +00:00
Jeff Hill
ff05ad2dc3 reduced thread entry function scoppe to static 2002-05-08 23:14:46 +00:00
Jeff Hill
16ac080f9b cosmetic 2002-05-08 23:13:26 +00:00
Jeff Hill
9850a45190 allow assignment 2002-05-08 22:50:12 +00:00
Jeff Hill
ee15607526 added removeAll mf 2002-05-08 22:49:03 +00:00
W. Eric Norum
4dac34a6ab Build complete applications for RTEMS. 2002-05-06 20:05:35 +00:00
Marty Kraimer
adc6677275 add extern for C callable routines 2002-05-06 19:01:15 +00:00
Marty Kraimer
bc1c518b1c fix definition for isinf 2002-04-30 15:06:48 +00:00
Jeff Hill
34041fb80f added comments 2002-04-25 17:25:33 +00:00
W. Eric Norum
24749540ee Add explicit fflush to work around problems with non-conforming stdio libraries. 2002-04-24 15:07:34 +00:00
Jeff Hill
0e22299e1d improved isinf() 2002-04-23 20:10:12 +00:00
Jeff Hill
0034211a9f use !finite() for isinf() 2002-04-23 19:28:20 +00:00