Lines Matching refs:thread_handle

138     ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle */  in ompd_get_dynamic()  argument
141 if (!thread_handle) in ompd_get_dynamic()
143 if (!thread_handle->ah) in ompd_get_dynamic()
145 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_dynamic()
154 TValue(context, thread_handle->th) /*__kmp_threads[t]->th*/ in ompd_get_dynamic()
257 static ompd_rc_t ompd_get_nthreads_aux(ompd_thread_handle_t *thread_handle, in ompd_get_nthreads_aux() argument
261 if (!thread_handle) in ompd_get_nthreads_aux()
263 if (!thread_handle->ah) in ompd_get_nthreads_aux()
265 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_nthreads_aux()
281 TValue(context, thread_handle->th) /*__kmp_threads[t]->th*/ in ompd_get_nthreads_aux()
311 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_nthreads() argument
320 ret = ompd_get_nthreads_aux(thread_handle, &used, &current_nesting_level, in ompd_get_nthreads()
338 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_nthreads() argument
347 ret = ompd_get_nthreads_aux(thread_handle, &used, &current_nesting_level, in ompd_get_nthreads()
387 ret = TValue(thread_handle->ah->context, "__kmp_nested_nth") in ompd_get_nthreads()
467 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_default_device() argument
470 if (!thread_handle) in ompd_get_default_device()
472 if (!thread_handle->ah) in ompd_get_default_device()
474 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_default_device()
481 TValue(context, thread_handle->th) /*__kmp_threads[t]->th*/ in ompd_get_default_device()
631 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle*/ in ompd_get_thread_num() argument
634 if (!thread_handle) in ompd_get_thread_num()
636 if (!thread_handle->ah) in ompd_get_thread_num()
638 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_thread_num()
646 TValue(context, thread_handle->th) /*__kmp_threads[t]->th*/ in ompd_get_thread_num()
1221 ompd_rc_t ompd_get_thread_data(ompd_thread_handle_t *thread_handle, in ompd_get_thread_data() argument
1223 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_thread_data()
1231 TValue(context, thread_handle->th) in ompd_get_thread_data()