Home
last modified time | relevance | path

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

/llvm-project/openmp/libompd/test/api_tests/
H A Dtest_ompd_thread_handle_compare.c.cmd2 b test_ompd_thread_handle_compare.c:10
/llvm-project/openmp/libompd/gdb-plugin/ompd/
H A Dompd.py353 ompdModule.test_ompd_thread_handle_compare(thread_handle1, thread_handle1)
354 ompdModule.test_ompd_thread_handle_compare(thread_handle1, thread_handle2)
/llvm-project/openmp/libompd/gdb-plugin/
H A DompdModule.c1438 PyObject *test_ompd_thread_handle_compare(PyObject *self, PyObject *args);
1552 {"test_ompd_thread_handle_compare", test_ompd_thread_handle_compare,
H A DompdAPITests.c341 PyObject *test_ompd_thread_handle_compare(PyObject *self, PyObject *args) { in test_ompd_thread_handle_compare() function