Searched refs:get_thr_data (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp253 static thr_data_t *get_thr_data(kmp_info_t *th) { function
396 thr_data_t *thr = get_thr_data(th);
426 thr_data_t *thr = get_thr_data(th);
702 thr_data_t *thr = get_thr_data(th);
868 thr_data_t *thr = get_thr_data(th);
879 thr_data_t *thr = get_thr_data(th);
942 thr_data_t *thr = get_thr_data(th);
1051 p = get_thr_data(__kmp_get_thread());
1061 p = get_thr_data(__kmp_get_thread());
1069 p = get_thr_data(__kmp_get_threa
[all...]

Completed in 45 milliseconds