Lines Matching defs:th
227 static void set_thr_data(kmp_info_t *th) { in set_thr_data()
253 static thr_data_t *get_thr_data(kmp_info_t *th) { in get_thr_data()
264 static void __kmp_bget_dequeue(kmp_info_t *th) { in __kmp_bget_dequeue()
313 static void __kmp_bget_enqueue(kmp_info_t *th, void *buf in __kmp_bget_enqueue()
395 static void bcheck(kmp_info_t *th, bufsize *max_free, bufsize *total_free) { in bcheck()
425 static void *bget(kmp_info_t *th, bufsize requested_size) { in bget()
637 static void *bgetz(kmp_info_t *th, bufsize size) { in bgetz()
667 static void *bgetr(kmp_info_t *th, void *buf, bufsize size) { in bgetr()
701 static void brel(kmp_info_t *th, void *buf) { in brel()
865 static void bectl(kmp_info_t *th, bget_compact_t compact, in bectl()
877 static void bpool(kmp_info_t *th, void *buf, bufsize len) { in bpool()
939 static void bfreed(kmp_info_t *th) { in bfreed()
992 void __kmp_initialize_bget(kmp_info_t *th) { in __kmp_initialize_bget()
1001 void __kmp_finalize_bget(kmp_info_t *th) { in __kmp_finalize_bget()
1075 kmp_info_t *th = __kmp_get_thread(); in kmpc_get_poolstat() local
1087 kmp_info_t *th = __kmp_get_thread(); in kmpc_poolprint() local
1177 kmp_info_t *th = __kmp_get_thread(); in kmpc_free() local
1185 void *___kmp_thread_malloc(kmp_info_t *th, size_t size KMP_SRC_LOC_DECL) { in ___kmp_thread_malloc()
1194 void *___kmp_thread_calloc(kmp_info_t *th, size_t nelem, in ___kmp_thread_calloc()
1204 void *___kmp_thread_realloc(kmp_info_t *th, void *ptr, in ___kmp_thread_realloc()
1213 void ___kmp_thread_free(kmp_info_t *th, void *ptr KMP_SRC_LOC_DECL) { in ___kmp_thread_free()
2284 void __kmp_free_fast_memory(kmp_info_t *th) { in __kmp_free_fast_memory()