From 7c27c7c56d544b17b7a0ec29591e41b4efa6a463 Mon Sep 17 00:00:00 2001
From: Ralph Lange
A hook API has been added allowing user-supplied functions to be called +whenever a thread starts or exits. The calls are made from the thread's +context, and can be used to control additional thread properties not handled +inside EPICS base, e.g. setting the scheduling policy or CPU affinity (on SMP +systems).
+ +The API also supports a mapping operation, calling a user-supplied function +for every thread that is currently running.
+Scan rates defined in the menuScan.dbd file may now be specified in seconds,