Commit Graph
444 Commits
Author SHA1 Message Date
Jeff Hill 0a9f914076 added epicsAutoMutexRelease 2001-03-21 01:02:35 +00:00
W. Eric Norum ad1ce3a686 Clean up priority display.
Move task name to end so that long task names look better.
2001-03-18 22:29:45 +00:00
Jeff Hill 24dee489ff format 2001-03-08 22:57:52 +00:00
Jeff Hill 26a35b488f use critical section for improved performance 2001-03-08 22:04:37 +00:00
Marty Kraimer e8718d8265 changes so that TSinit can successfully call iocClockRegister 2001-03-07 21:40:22 +00:00
Jeff Hill a56080e419 pushed use of mutable out to application 2001-03-06 23:15:08 +00:00
W. Eric Norum 40946c702a Make non-existent tasks look like they're suspended. This keeps the task
watchdog from reporting them over and over and over again.
2001-02-22 02:02:37 +00:00
Jeff Hill 0b834904f4 fixed spelling 2001-02-21 16:33:40 +00:00
Jeff Hill ca02b34b6f convert tabs to spaces 2001-02-21 16:24:12 +00:00
W. Eric Norum 0775b0c397 Check value returned by rtems_task_start(). 2001-02-19 16:16:46 +00:00
Jeff Hill 88457cce79 work correctly on systems that dont know about point to point IF (CYGWIN32) 2001-02-16 00:21:11 +00:00
Jeff Hill 83cb77131d proper rounding improves delay accuracy 2001-02-15 21:10:21 +00:00
Jeff Hill 94fa715e96 added const to show () vf 2001-02-15 21:09:52 +00:00
Jeff Hill 9e52a5b095 fixed time calculation overflow 2001-02-15 17:21:28 +00:00
Marty Kraimer e4641c3d3b add show method 2001-02-13 17:08:35 +00:00
Marty Kraimer 6a52eff141 osiTime=>epicsTime 2001-01-31 13:34:02 +00:00
Marty Kraimer 748f8f9131 replacement for osiTime 2001-01-29 20:17:09 +00:00
W. Eric Norum ffdd3ce510 No need to call epicsThreadInit since it is now completely internal to
osdThread.c.
2001-01-24 14:23:34 +00:00
Jeff Hill 57bf87beac fixed borland warning 2001-01-22 22:52:51 +00:00
W. Eric Norum e7bfee6f8d Must include osdInterrupt.h to get prototype for interrupt context message
handler daemon.
2001-01-22 21:11:21 +00:00
Marty Kraimer e347cbd2e6 osiInterrupt=>epicsInterrupt; epicsThreadInit now static 2001-01-22 20:10:19 +00:00
Marty Kraimer 4a53d963b3 fix for solaris 2001-01-18 21:13:43 +00:00
Janet B. Anderson e0181dfae0 add decoration 2001-01-18 20:50:04 +00:00
Janet B. Anderson d4a6bb29f4 extern "C" did not work for WIN32 2001-01-18 20:31:02 +00:00
Janet B. Anderson 5acd6d9547 fix epicsThreadBooleanStatusFail 2001-01-18 20:28:24 +00:00
Janet B. Anderson a0019d0e5c fix epicsThreadBooleanStatusSuccess 2001-01-18 20:08:09 +00:00
Marty Kraimer dbe9c8e75f changes for osiThread=>epicsThread 2001-01-18 19:08:14 +00:00
W. Eric Norum 951db45c95 Convert from semMutex to epicMutex. 2001-01-14 20:37:46 +00:00
Marty Kraimer cfe2ed5f17 replace osiSem by epicsMutex/epiceEvent 2001-01-12 16:13:53 +00:00
Jeff Hill 1d14996b28 accomodate aps osi => epics name change 2001-01-12 00:41:37 +00:00
Jeff Hill ad5db9a914 osi => epics name change to accomodate aps 2001-01-12 00:24:12 +00:00
Jeff Hill 4f09be744f fixed syntax error in construtor 2001-01-11 22:24:01 +00:00
Jeff Hill 43822c9e35 accomodate Marty's osi => epics name changes 2001-01-11 22:07:17 +00:00
Jeff Hill 8dd2439e65 fixed dissallowed operators 2001-01-11 21:57:39 +00:00
Jeff Hill 774f6dc27e get things to build again after Marty's osi => epics name changes 2001-01-11 21:48:24 +00:00
Jeff Hill 8c0600b372 fixed meyers warnings 2001-01-11 21:39:15 +00:00
Jeff Hill d8e1d92ab9 disallow copy constructor and assignment operator 2001-01-11 21:38:31 +00:00
Jeff Hill a93f6d5e7e ansi stdlib.h header is more portable than malloc.h 2001-01-11 17:35:04 +00:00
W. Eric Norum 06c360c5eb Move readline support to src/libCom/osi/os/xxx/.
The single source file is in src/libCom/osi/os/default/epicsReadline.c which
uses the readline library routines or uses local code to read lines of input.
Selection is made by src/libCom/osi/os/XXX/osdReadline.h.  The default
version does not cause the readline library routines to be used.
2001-01-11 16:39:42 +00:00
Marty Kraimer a64805a69f replace osiEvent with epicsEvent 2001-01-11 16:07:40 +00:00
Marty Kraimer 539e635d0c fix names 2001-01-10 16:32:47 +00:00
Jeff Hill 6ae32acf9b fixed link time problem introduced when name was changed to epics 2001-01-10 15:21:05 +00:00
Jeff Hill 625d383805 fixed compile time problem introduced when name was changed to EPICS 2001-01-10 15:13:57 +00:00
W. Eric Norum 164b1948fc Add OS-specific version to supply some missing prototypes. 2001-01-10 14:55:52 +00:00
Jeff Hill 12b49d1353 include assert.h 2000-12-21 22:42:02 +00:00
Jeff Hill 64274356d1 dont include assert if it isnt used in the header file 2000-12-21 22:41:37 +00:00
Jeff Hill fdb3b85bde added operator = (const osiTime &) 2000-12-21 21:53:47 +00:00
W. Eric Norum d95e8b2822 Make ioccrf argument lists constant.
Add std namespace to ioccrf.cpp.
2000-12-21 20:35:43 +00:00
Marty Kraimer 0af2304a36 change semMutexId to epicsMutexId 2000-12-21 17:00:55 +00:00
Marty Kraimer d3c0f075cf replacements for osdSem 2000-12-20 21:02:04 +00:00