From 06064b444ad745e4742c328dd5d64f9585a449f3 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 22 May 2003 00:03:13 +0000 Subject: [PATCH] small clarification --- src/ca/CAref.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/ca/CAref.html b/src/ca/CAref.html index af97f6378..6d78220b3 100644 --- a/src/ca/CAref.html +++ b/src/ca/CAref.html @@ -1921,10 +1921,10 @@ time.

If ECA_TIMEOUT is returned then get requests may be reissued followed by a subsequent call to ca_pend_io(). Specifically, the function will -block only for outstanding outstanding ca_get -requests issued, and also any channels created specifying a nill connection -handler function pointer, after the last call to ca_pend_io() or ca client -context creation whichever is later. Note that ca_get requests issued, +and also any channels created specifying a nill connection handler function +pointer, after the last call to ca_pend_io() or ca client context creation +whichever is later. Note that ca_create_channel requests generally should not be reissued for the same process variable unless ca_clear_channel is called first.

@@ -2008,6 +2008,9 @@ unlike ca_pend_io it does not indicate anything about the status of pending IO requests when it returns ECA_NORMAL.

+

See also Thread Safety and Preemptive Callback to User +Code.

+

Arguments

TIMEOUT