Searched refs:parallel_handle1 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/openmp/libompd/gdb-plugin/ompd/ |
| H A D | ompd.py | 377 parallel_handle1 = ompdModule.call_ompd_get_curr_parallel_handle( 381 parallel_handle1 384 parallel_handle1, parallel_handle1 387 parallel_handle1, parallel_handle2
|
| /llvm-project/openmp/libompd/gdb-plugin/ |
| H A D | ompdAPITests.c | 664 ompd_parallel_handle_t *parallel_handle1 = in test_ompd_parallel_handle_compare() local 675 ompd_rc_t rc = ompd_parallel_handle_compare(parallel_handle1, in test_ompd_parallel_handle_compare() 693 rc = ompd_parallel_handle_compare(parallel_handle2, parallel_handle1, in test_ompd_parallel_handle_compare() 706 rc = ompd_parallel_handle_compare(parallel_handle2, parallel_handle1, in test_ompd_parallel_handle_compare() 728 rc = ompd_parallel_handle_compare(parallel_handle2, parallel_handle1, NULL); in test_ompd_parallel_handle_compare() 736 rc = ompd_parallel_handle_compare(NULL, parallel_handle1, &cmp_value); in test_ompd_parallel_handle_compare()
|