Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp189 bfhead_t *last_pool; /* Last pool owned by this thread (delay deallocation) */ member
855 if (thr->last_pool == b) in brel()
856 thr->last_pool = 0; in brel()
858 thr->last_pool = b; in brel()
1010 b = thr->last_pool; in __kmp_finalize_bget()