Home
last modified time | relevance | path

Searched refs:thread_handle_2 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/libompd/src/
H A Domp-debug.cpp239 ompd_thread_handle_t *thread_handle_2, in ompd_thread_handle_compare() argument
243 if (!thread_handle_2) in ompd_thread_handle_compare()
247 if (thread_handle_1->ah->kind != thread_handle_2->ah->kind) in ompd_thread_handle_compare()
249 *cmp_value = thread_handle_1->th.address - thread_handle_2->th.address; in ompd_thread_handle_compare()
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp-tools.h.var1259 ompd_thread_handle_t *thread_handle_2,