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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp180 bget_release_t relfcn; member in struct:thr_data
727 KMP_DEBUG_ASSERT(thr->relfcn != 0);
728 (*thr->relfcn)((void *)bdh); /* Release it directly. */
831 if (thr->relfcn != 0 &&
848 (*thr->relfcn)(b);
872 thr->relfcn = release;
1017 if (thr->relfcn != 0 && b != 0 && thr->numpblk != 0 &&
1029 (*thr->relfcn)(b);
2051 (*thr->relfcn)(lst);

Completed in 159 milliseconds