From 2c9414a88175a6202f5e12875e9895db95487463 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 7 Dec 2006 17:00:20 +0000 Subject: [PATCH] installed epics thread exit capabilities --- src/libCom/misc/epicsExit.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/libCom/misc/epicsExit.c b/src/libCom/misc/epicsExit.c index da38d62d1..8d88a5ba6 100644 --- a/src/libCom/misc/epicsExit.c +++ b/src/libCom/misc/epicsExit.c @@ -13,6 +13,14 @@ * Date: 23AUG2004 * Thread exit revisions: Jeff Hill * Date: 06Dec2006 + * + * Note that epicsExitCallAtThreadExits is currently called directly from the + * thread entry wrapper in OS dependent code. That approach might not work + * correctly if the thread exits indirectly instead of just returning from + * the function specified to epicsThreadCreate. For example the thread might + * exit via the exit() call. There might be OS dependent solutions for that + * weakness. + * */ #include