diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2010-08-27 20:10:19 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2010-08-27 20:10:19 +0000 |
| commit | 167fd1084bcb59dc26d3d3e9b993723800c478b9 (patch) | |
| tree | 86321cc0089272615b6826ed3c3cc499206e283f /libcxx/include/condition_variable | |
| parent | 212a492063944c97b20e009100c67c946644194c (diff) | |
| download | bcm5719-llvm-167fd1084bcb59dc26d3d3e9b993723800c478b9.tar.gz bcm5719-llvm-167fd1084bcb59dc26d3d3e9b993723800c478b9.zip | |
future continues ...
llvm-svn: 112284
Diffstat (limited to 'libcxx/include/condition_variable')
| -rw-r--r-- | libcxx/include/condition_variable | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/condition_variable b/libcxx/include/condition_variable index ce14b62ac58..3e766b6cd9c 100644 --- a/libcxx/include/condition_variable +++ b/libcxx/include/condition_variable @@ -61,6 +61,8 @@ public: native_handle_type native_handle(); }; +void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk); + class condition_variable_any { public: |

