Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OMPT] Add synchronization to threads_nested.c testcase | Joachim Protze | 2018-07-05 | 1 | -2/+4 |
| | | | | | | | | | | | The testcase potentially fails when a thread is reused. The added synchronization makes sure this does not happen. Patch provided by Simon Convent Differential Revision: https://reviews.llvm.org/D48932 llvm-svn: 336326 | ||||
* | [OMPT] Add testcases for thread_begin and thread_end callbacks | Joachim Protze | 2018-07-02 | 1 | -0/+38 |
Especially the thread_end callback has not been tested before. This adds a testcase for nested and non-nested threads. Patch provided by Simon Convent Differential Revision: https://reviews.llvm.org/D47824 llvm-svn: 336086 |