Lines Matching refs:thread_handle
140 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle */ in ompd_get_dynamic() argument
143 if (!thread_handle) in ompd_get_dynamic()
145 if (!thread_handle->ah) in ompd_get_dynamic()
147 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_dynamic()
156 TValue(context, thread_handle->th) /*__kmp_threads[t]->th*/ in ompd_get_dynamic()
259 static ompd_rc_t ompd_get_nthreads_aux(ompd_thread_handle_t *thread_handle, in ompd_get_nthreads_aux() argument
263 if (!thread_handle) in ompd_get_nthreads_aux()
265 if (!thread_handle->ah) in ompd_get_nthreads_aux()
267 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_nthreads_aux()
283 TValue(context, thread_handle->th) /*__kmp_threads[t]->th*/ in ompd_get_nthreads_aux()
313 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_nthreads() argument
322 ret = ompd_get_nthreads_aux(thread_handle, &used, ¤t_nesting_level, in ompd_get_nthreads()
340 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_nthreads() argument
349 ret = ompd_get_nthreads_aux(thread_handle, &used, ¤t_nesting_level, in ompd_get_nthreads()
389 ret = TValue(thread_handle->ah->context, "__kmp_nested_nth") in ompd_get_nthreads()
469 ompd_thread_handle_t *thread_handle, /* IN: handle for the thread */ in ompd_get_default_device() argument
472 if (!thread_handle) in ompd_get_default_device()
474 if (!thread_handle->ah) in ompd_get_default_device()
476 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_default_device()
483 TValue(context, thread_handle->th) /*__kmp_threads[t]->th*/ in ompd_get_default_device()
633 ompd_thread_handle_t *thread_handle, /* IN: OpenMP thread handle*/ in ompd_get_thread_num() argument
636 if (!thread_handle) in ompd_get_thread_num()
638 if (!thread_handle->ah) in ompd_get_thread_num()
640 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_thread_num()
648 TValue(context, thread_handle->th) /*__kmp_threads[t]->th*/ in ompd_get_thread_num()
1223 ompd_rc_t ompd_get_thread_data(ompd_thread_handle_t *thread_handle, in ompd_get_thread_data() argument
1225 ompd_address_space_context_t *context = thread_handle->ah->context; in ompd_get_thread_data()
1233 TValue(context, thread_handle->th) in ompd_get_thread_data()