summaryrefslogtreecommitdiffstats
path: root/libcxx/test/thread/thread.condition/notify_all_at_thread_exit.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/thread/thread.condition/notify_all_at_thread_exit.pass.cpp')
-rw-r--r--libcxx/test/thread/thread.condition/notify_all_at_thread_exit.pass.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/libcxx/test/thread/thread.condition/notify_all_at_thread_exit.pass.cpp b/libcxx/test/thread/thread.condition/notify_all_at_thread_exit.pass.cpp
new file mode 100644
index 00000000000..4fcb3698519
--- /dev/null
+++ b/libcxx/test/thread/thread.condition/notify_all_at_thread_exit.pass.cpp
@@ -0,0 +1,21 @@
+//===----------------------------------------------------------------------===//
+//
+// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚThe LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+// <condition_variable>
+
+// void
+// notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
+
+#include <condition_variable>
+#include <cassert>
+
+int main()
+{
+#error notify_all_at_thread_exit not implemented
+}
OpenPOWER on IntegriCloud