Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libompd/src/
H A Domp-debug.cpp238 ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1, in ompd_thread_handle_compare() argument
241 if (!thread_handle_1) 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.var1258 ompd_rc_t ompd_thread_handle_compare(ompd_thread_handle_t *thread_handle_1,