Searched refs:bget_compact_t (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_alloc.cpp | 22 typedef int (*bget_compact_t)(size_t, int); typedef 51 static void bectl(kmp_info_t *th, bget_compact_t compact, 178 bget_compact_t compfcn; 865 static void bectl(kmp_info_t *th, bget_compact_t compact, in bectl() 997 bectl(th, (bget_compact_t)0, (bget_acquire_t)malloc, (bget_release_t)free, in __kmp_initialize_bget() 1044 bectl(__kmp_get_thread(), (bget_compact_t)0, (bget_acquire_t)malloc, in kmpc_set_poolsize()
|