This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
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
Give a lot more timing latitude to some of the timing tests. Busy buildbots are hitting the timing limits too often.
2013-02-06 20:25:56 +00:00
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
update test for explicit bool operator.
2012-02-25 21:43:14 +00:00
types.pass.cpp
…