summaryrefslogtreecommitdiffstats
path: root/posix-users/condition_variable.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-24 10:50:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-24 10:50:45 +0200
commitc5161ee2f30e124c3190694962d2e1aeea5b102c (patch)
tree70c121c42b2422dfc59bc4acd420aac681ead255 /posix-users/condition_variable.rst
parentposix-compliance: Latex does not like an empty glossary. (diff)
downloadrtems-docs-c5161ee2f30e124c3190694962d2e1aeea5b102c.tar.bz2
posix-users: Clarify timed operation errors
Close #3182.
Diffstat (limited to 'posix-users/condition_variable.rst')
-rw-r--r--posix-users/condition_variable.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/posix-users/condition_variable.rst b/posix-users/condition_variable.rst
index ced9a8a..d92d79f 100644
--- a/posix-users/condition_variable.rst
+++ b/posix-users/condition_variable.rst
@@ -348,6 +348,8 @@ pthread_cond_timedwait - Wait with Timeout a Condition Variable
:class: rtems-table
* - ``EINVAL``
+ - The nanoseconds field of timeout is invalid.
+ * - ``EINVAL``
- The specified condition variable or mutex is not initialized OR different
mutexes were specified for concurrent ``pthread_cond_wait()`` and
``pthread_cond_timedwait()`` operations on the same condition variable OR