aboutsummaryrefslogtreecommitdiff
path: root/src/rt/sync/condition_variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/sync/condition_variable.h')
-rw-r--r--src/rt/sync/condition_variable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/sync/condition_variable.h b/src/rt/sync/condition_variable.h
index f847ef99..f336a7f2 100644
--- a/src/rt/sync/condition_variable.h
+++ b/src/rt/sync/condition_variable.h
@@ -13,6 +13,7 @@ public:
virtual ~condition_variable();
void wait();
+ void timed_wait(size_t timeout_in_ns);
void signal();
};