summaryrefslogtreecommitdiff
path: root/include/thread
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-09-03 21:46:37 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-09-03 21:46:37 +0000
commite6e4d015530014978920fa46cfe294518dc3490a (patch)
tree6eae62eed8bc57be5fef23a62322fe97dc1a0257 /include/thread
parent99be8237db0c69ea05bb82bbb8fc8a2273c05743 (diff)
downloadlibcxx-e6e4d015530014978920fa46cfe294518dc3490a.tar.gz
[futures.atomic_future] and notify_all_at_thread_exit. This completes the header <future> and all of Chapter 30 (for C++0x enabled compilers).
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/thread')
-rw-r--r--include/thread1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thread b/include/thread
index 123c472c8..c380fe6ec 100644
--- a/include/thread
+++ b/include/thread
@@ -295,6 +295,7 @@ public:
__thread_struct();
~__thread_struct();
+ void notify_all_at_thread_exit(condition_variable*, mutex*);
void __make_ready_at_thread_exit(__assoc_sub_state*);
};