Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp180 bget_release_t relfcn; member
727 KMP_DEBUG_ASSERT(thr->relfcn != 0); in brel()
728 (*thr->relfcn)((void *)bdh); /* Release it directly. */ in brel()
831 if (thr->relfcn != 0 && in brel()
848 (*thr->relfcn)(b); in brel()
872 thr->relfcn = release; in bectl()
1017 if (thr->relfcn != 0 && b != 0 && thr->numpblk != 0 && in __kmp_finalize_bget()
1029 (*thr->relfcn)(b); in __kmp_finalize_bget()
2131 (*thr->relfcn)(lst); in __kmp_free_fast_memory()