reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1844   ptr = this_thr->th.th_free_lists[index].th_free_list_self;
 1847     this_thr->th.th_free_lists[index].th_free_list_self = *((void **)ptr);
 1866     this_thr->th.th_free_lists[index].th_free_list_self = *((void **)ptr);
 1940     *((void **)ptr) = this_thr->th.th_free_lists[index].th_free_list_self;
 1941     this_thr->th.th_free_lists[index].th_free_list_self = ptr;