JJonas HahnfeldAdd missing memory barrier for queuing locks
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Remove trailing whitespace from tests llvm-svn: 269841 | 9 年前 | |
Add missing memory barrier for queuing locks Otherwise I see hangs in the omp_single_copyprivate test when compiling in release mode. With the debug assertions, I get a failure head > 0 && tail > 0. Differential Revision: https://reviews.llvm.org/D40722 llvm-svn: 320150 | 8 年前 | |
Fix the nowait tests for omp for and omp single These tests are now modeled after the sections nowait test where threads wait to be released in the first construct (either for or single) and the last thread skips the last for/single construct and releases those threads. If the test fails, then it hangs because an unnecessary barrier is executed in between the constructs. llvm-svn: 274641 | 9 年前 | |
Remove trailing whitespace from tests llvm-svn: 269841 | 9 年前 |