From 39ed8f3d024808c5782e60fed94308d1aef6c4ce Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 3 Jul 2012 16:39:57 +0200 Subject: [PATCH] documentation: Updated RELEASE_NOTES --- documentation/RELEASE_NOTES.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 9b78e72e0..8c8705af0 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -15,12 +15,12 @@ EPICS Base 3.15.0.x releases are not intended for use in production systems.

Changes between 3.14.x and 3.15.0.x

-

New API to hook into thread creation and deletion

+

New API to hook into thread creation

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 +whenever a thread starts. 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