Searched refs:alloc_thr (Results 1 – 1 of 1) sorted by relevance
1987 kmp_info_t *alloc_thr; in ___kmp_fast_free() local2017 alloc_thr = (kmp_info_t *)descr->ptr_aligned; // get thread owning the block in ___kmp_fast_free()2018 if (alloc_thr == this_thr) { in ___kmp_fast_free()2037 if (q_th == alloc_thr && q_sz <= KMP_FREE_LIST_LIMIT) { in ___kmp_fast_free()