Searched refs:th_free_list_self (Results 1 – 2 of 2) sorted by relevance
1844 ptr = this_thr->th.th_free_lists[index].th_free_list_self; in ___kmp_fast_allocate()1847 this_thr->th.th_free_lists[index].th_free_list_self = *((void **)ptr); in ___kmp_fast_allocate()1866 this_thr->th.th_free_lists[index].th_free_list_self = *((void **)ptr); in ___kmp_fast_allocate()1940 *((void **)ptr) = this_thr->th.th_free_lists[index].th_free_list_self; in ___kmp_fast_free()1941 this_thr->th.th_free_lists[index].th_free_list_self = ptr; in ___kmp_fast_free()
2376 void *th_free_list_self; // Self-allocated tasks free list member