Commit Graph
699 Commits
Author SHA1 Message Date
Jeff Hill 7cf6e3bcdd doc 2003-01-08 01:02:31 +00:00
Jeff Hill 2ca9b78d56 more spinlock tests 2003-01-08 00:52:54 +00:00
Jeff Hill 7b5f3f85fe test version of posix spin locks 2003-01-07 22:16:35 +00:00
Jeff Hill 7fe3d28c8e fixed sun pro warning 2002-12-19 22:53:52 +00:00
Jeff Hill 8d318d9a99 suppress gnu warning 2002-12-19 01:29:57 +00:00
Jeff Hill b970279a82 added commented out debug message 2002-12-18 22:35:44 +00:00
Jeff Hill 979ab32d9a define WIN32 if it isnt defined to avoid winsock2's messing with structure
member alignment
2002-12-18 01:41:43 +00:00
Jeff Hill 256836fe59 fixed missing parm for old version of posix 2002-12-13 00:17:16 +00:00
W. Eric Norum 3ee40c3321 Fix up change to match new os-dependent mutex API. 2002-12-12 21:57:02 +00:00
Jeff Hill 06aa996962 avoid recursive locking in once only function 2002-12-12 20:52:56 +00:00
Jeff Hill 2f2d4bfae7 conditionally compile in mutex owner logging 2002-12-12 14:50:27 +00:00
Jeff Hill d0116a0669 fixed missing status 2002-12-12 00:27:29 +00:00
Jeff Hill 6b439d6b97 avoid chiken an egg problems during init by not using osi routines at osd level 2002-12-12 00:23:45 +00:00
Jeff Hill 737211aff7 fixed gnu warning 2002-12-11 23:21:29 +00:00
Jeff Hill 648f60656a added struct for C 2002-12-11 23:13:13 +00:00
Jeff Hill fa1b9181cb added capability to record the last owner of the mutex, but perhaps
this should be active only with debug builds
2002-12-11 23:01:49 +00:00
Marty Kraimer e8d03dc4d6 get rid of unnecessary pthread_self 2002-12-11 18:30:33 +00:00
Marty Kraimer f838df514a get rid of warning messages 2002-12-06 13:47:40 +00:00
Jeff Hill e7ca950fbb simplified now that epicsMutexLockWithTimeout() is gone 2002-12-05 23:39:17 +00:00
Jeff Hill da20240ba4 code simplification 2002-12-05 22:02:26 +00:00
Jeff Hill f9a30fac96 fix sunpro and ms warning 2002-12-05 21:58:24 +00:00
Jeff Hill 33ffc42b15 FIX sunpro WARNING 2002-12-05 21:57:27 +00:00
Marty Kraimer faed748404 implement fast mutex for posix; remove epicsMutexLockWithTimeout 2002-12-04 14:36:41 +00:00
Marty Kraimer 22898be749 add epicsThreadPriorityIocsh andepicsThreadPriorityBaseMax 2002-12-02 15:58:55 +00:00
W. Eric Norum d8c932a6ca Add prototype for OSI->OSS priority mapper. 2002-11-29 20:03:30 +00:00
Marty Kraimer defcf41b0d always include stdlib 2002-11-27 16:16:28 +00:00
Jeff Hill 883924dda6 use STRICT 2002-11-26 23:24:16 +00:00
Jeff Hill bf9491592c support W95 except if its a 64 bit build 2002-11-26 23:24:00 +00:00
W. Eric Norum 11f5331576 Add to provide signal-related stubs. 2002-11-21 15:07:05 +00:00
W. Eric Norum 1c7428c1cf Change command-line input to allow CONFIG_SITE selection of libtecla,
GNU readline, or built-in EPICS routines.
2002-11-20 20:17:36 +00:00
Jeff Hill f4b94967a8 workaround for earlier versions of the wiondows SDK 2002-11-14 22:19:35 +00:00
Jeff Hill 6a04e56e60 fixed comment 2002-11-12 19:16:20 +00:00
Ralph Lange d429387e8a Fixed gcc warning. 2002-11-07 18:48:59 +00:00
Ralph Lange 51cda206ca HPUX warning fix 2002-11-05 15:02:07 +00:00
Jeff Hill 81674af9bb better comments 2002-11-02 00:06:47 +00:00
Jeff Hill c9d2317f31 improved message 2002-11-01 21:10:24 +00:00
Jeff Hill c983a4887c fix arguments are reversed on pthread_kill() 2002-11-01 21:07:30 +00:00
Jeff Hill 250a5418c1 comment out unused parameter 2002-11-01 17:25:03 +00:00
Jeff Hill 2daf1edf51 declare status when it is used 2002-11-01 17:24:09 +00:00
Jeff Hill 915e30388c added extern C 2002-10-31 17:54:24 +00:00
Jeff Hill 6dc74193df uninstalled 2002-10-31 17:29:38 +00:00
Jeff Hill 5b92ba519c changed name of osd signal file to allow c++ and enabled noop signals 2002-10-31 17:20:51 +00:00
Jeff Hill 4a4560e90c removed unused var 2002-10-31 01:15:56 +00:00
Jeff Hill 0ba0ac4493 use sigaction instead of signal 2002-10-31 01:11:49 +00:00
Jeff Hill 92eb209d79 fixed function name 2002-10-30 20:18:03 +00:00
Jeff Hill 405e7d73c4 fixed comments 2002-10-30 19:59:04 +00:00
Jeff Hill 0dce06f4cf upgraded compiler specific macros 2002-10-30 17:19:26 +00:00
Jeff Hill e047408dc6 replaced tabs with spaces 2002-10-30 02:18:37 +00:00
Jeff Hill ccef3eddd2 better diagnostic 2002-10-30 02:10:19 +00:00
Jeff Hill 0e4addbc35 use correct signal 2002-10-30 01:13:08 +00:00