Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp2167 kmp_info_t *alloc_thr; in ___kmp_fast_free() local
2197 alloc_thr = (kmp_info_t *)descr->ptr_aligned; // get thread owning the block in ___kmp_fast_free()
2198 if (alloc_thr == this_thr) { in ___kmp_fast_free()
2217 if (q_th == alloc_thr && q_sz <= KMP_FREE_LIST_LIMIT) { in ___kmp_fast_free()