This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1761824d72fd5d4c97a444559cd96e8a0064a45b
clang-p2996
/
libcxx
/
test
/
thread
History
Howard Hinnant
3fc9ef22b3
Constrain launch ~ operator to defined bits.
...
llvm-svn: 185452
2013-07-02 18:01:41 +00:00
..
futures
Constrain launch ~ operator to defined bits.
2013-07-02 18:01:41 +00:00
thread.condition
[tests] Another batch of timeout increases.
2013-02-11 21:04:34 +00:00
thread.general
…
thread.mutex
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.req
…
thread.threads
Fixed race conditions in thread tests; exposed by UBSan
2013-03-26 15:28:33 +00:00
macro.pass.cpp
…