Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_alloc.cpp1652 kmp_info_t *alloc_thr; in ___kmp_fast_free() local
1682 alloc_thr = (kmp_info_t *)descr->ptr_aligned; // get thread owning the block in ___kmp_fast_free()
1683 if (alloc_thr == this_thr) { in ___kmp_fast_free()
1702 if (q_th == alloc_thr && q_sz <= KMP_FREE_LIST_LIMIT) { in ___kmp_fast_free()