Lines Matching refs:ompd_thread_handle_t
138 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle */ in ompd_get_dynamic()
257 static ompd_rc_t ompd_get_nthreads_aux(ompd_thread_handle_t *thread_handle, in ompd_get_nthreads_aux()
311 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_nthreads()
338 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_nthreads()
467 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_default_device()
631 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle*/ in ompd_get_thread_num()
1012 device_kind = ((ompd_thread_handle_t *)handle)->ah->kind; in ompd_get_icv_from_scope()
1030 return ompd_get_dynamic((ompd_thread_handle_t *)handle, icv_value); in ompd_get_icv_from_scope()
1045 return ompd_get_nthreads((ompd_thread_handle_t *)handle, icv_value); in ompd_get_icv_from_scope()
1054 return ompd_get_default_device((ompd_thread_handle_t *)handle, icv_value); in ompd_get_icv_from_scope()
1076 return ompd_get_thread_num((ompd_thread_handle_t *)handle, icv_value); in ompd_get_icv_from_scope()
1112 device_kind = ((ompd_thread_handle_t *)handle)->ah->kind; in ompd_get_icv_string_from_scope()
1132 return ompd_get_nthreads((ompd_thread_handle_t *)handle, icv_string); in ompd_get_icv_string_from_scope()
1221 ompd_rc_t ompd_get_thread_data(ompd_thread_handle_t *thread_handle, in ompd_get_thread_data()
1250 device_kind = ((ompd_thread_handle_t *)handle)->ah->kind; in ompd_get_tool_data()
1265 return ompd_get_thread_data((ompd_thread_handle_t *)handle, value, ptr); in ompd_get_tool_data()