Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp1924 ptr = this_thr->th.th_free_lists[index].th_free_list_self; in ___kmp_fast_allocate()
1927 this_thr->th.th_free_lists[index].th_free_list_self = *((void **)ptr); in ___kmp_fast_allocate()
1934 ptr = TCR_SYNC_PTR(this_thr->th.th_free_lists[index].th_free_list_sync); in ___kmp_fast_allocate()
1940 &this_thr->th.th_free_lists[index].th_free_list_sync, ptr, nullptr)) { in ___kmp_fast_allocate()
1942 ptr = TCR_SYNC_PTR(this_thr->th.th_free_lists[index].th_free_list_sync); in ___kmp_fast_allocate()
1946 this_thr->th.th_free_lists[index].th_free_list_self = *((void **)ptr); in ___kmp_fast_allocate()
2020 *((void **)ptr) = this_thr->th.th_free_lists[index].th_free_list_self; in ___kmp_fast_free()
2021 this_thr->th.th_free_lists[index].th_free_list_self = ptr; in ___kmp_fast_free()
2023 void *head = this_thr->th.th_free_lists[index].th_free_list_other; in ___kmp_fast_free()
2026 this_thr->th.th_free_lists[index].th_free_list_other = ptr; in ___kmp_fast_free()
[all …]
Dkmp.h2619 kmp_free_list_t th_free_lists[NUM_LISTS]; // Free lists for fast memory member