Home
last modified time | relevance | path

Searched refs:test_ompd_task_handle_compare (Results 1 – 4 of 4) sorted by relevance

/llvm-project/openmp/libompd/test/api_tests/
H A Dtest_ompd_task_handle_compare.c.cmd2 b test_ompd_task_handle_compare.c:14
/llvm-project/openmp/libompd/gdb-plugin/ompd/
H A Dompd.py461 ompdModule.test_ompd_task_handle_compare(task_handle1, task_handle2)
462 ompdModule.test_ompd_task_handle_compare(task_handle2, task_handle1)
/llvm-project/openmp/libompd/gdb-plugin/
H A DompdModule.c1460 PyObject *test_ompd_task_handle_compare(PyObject *self, PyObject *args);
1599 {"test_ompd_task_handle_compare", test_ompd_task_handle_compare,
H A DompdAPITests.c1789 PyObject *test_ompd_task_handle_compare(PyObject *self, PyObject *args) { in test_ompd_task_handle_compare() function