summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/ompt/misc/threads_nested.c
Commit message (Collapse)AuthorAgeFilesLines
* [OMPT] Add synchronization to threads_nested.c testcaseJoachim Protze2018-07-051-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 callbacksJoachim Protze2018-07-021-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
OpenPOWER on IntegriCloud