Logo
Explore Help
Register Sign In
caio/clang-p2996
1
0
Fork 0
You've already forked clang-p2996
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a5e92556ac18ff0fde5000ee252d79fe2c4a7b00
clang-p2996/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique
History
Howard Hinnant ead6f1699d N3659: Shared locking in C++ Revision 2, c++1y only
llvm-svn: 191127
2013-09-21 01:49:28 +00:00
..
thread.lock.unique.cons
Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex that it didn't own, causing an assertion failure in mutex.cpp. The issue was that the unique_lock went out of scope, releasing the lock on m, then m.unlock() was called on an already-unlocked mutex.
2013-02-19 11:28:45 +00:00
thread.lock.unique.locking
…
thread.lock.unique.mod
N3659: Shared locking in C++ Revision 2, c++1y only
2013-09-21 01:49:28 +00:00
thread.lock.unique.obs
…
types.pass.cpp
…
Powered by Gitea Version: 1.25.1 Page: 1028ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API