[util.smartptr.hash]
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@105393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -235,7 +235,7 @@ __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*))
|
||||
pthread_mutex_lock(&mut);
|
||||
flag = 0ul;
|
||||
pthread_mutex_unlock(&mut);
|
||||
pthread_cond_signal(&cv);
|
||||
pthread_cond_broadcast(&cv);
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user