summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-25 21:22:05 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-25 21:22:05 +0000
commit9a931600c5a0e8593959815b555af2a3db239a19 (patch)
tree45174cd5e825d1ad6281ca7ddf63adb24631da24 /ace/Synch.h
parentf5ad2d223516caeae33d2d24558a25f4061abd8e (diff)
downloadATCD-9a931600c5a0e8593959815b555af2a3db239a19.tar.gz
.
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index d3d42b7f7af..b71b13a2575 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -260,7 +260,11 @@ public:
// 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.
+ // to acquire the semaphore.
+ //
+ // NOTE: Solaris threads do not support timed semaphores.
+ // Therefore, if you're running on Solaris you might want to
+ // consider using the POSIX pthreads wrapper instead.
int tryacquire (void);
// Conditionally decrement the semaphore if count is greater than 0