summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-01 14:44:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-01 14:44:53 +0000
commit7911886ee1c4d9ac4c92416778982b4ba280c7f9 (patch)
tree7df74f0dc0aa6905452ba465e7e036f7b11f2c1a /ace/Synch.h
parent968cfb5243ede9d208e955ae1a8db1f6430a6d15 (diff)
downloadATCD-7911886ee1c4d9ac4c92416778982b4ba280c7f9.tar.gz
.
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index fd0f2da2f7a..e131ee21a1b 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -256,9 +256,10 @@ public:
int acquire (ACE_Time_Value &tv);
// Block the thread until <tv> times out or until the semaphore
// count becomes greater than 0 (at which point it is decremented).
- // The value of <tv> is updated upon return, i.e., the caller gets
- // the amount of time that has elapsed while waiting to acquire the
- // semaphore.
+ // Note that <tv> is assumed to be in "absolute" rather than
+ // "relative" time. The value of <tv> is updated upon return, i.e.,
+ // the caller gets the amount of time that has elapsed while waiting
+ // to acquire the semaphore.
int tryacquire (void);
// Conditionally decrement the semaphore if count is greater than 0