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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1925     index = 0; // 2 cache lines
 1927     index = 1; // 4 cache lines
 1929     index = 2; // 16 cache lines
 1931     index = 3; // 64 cache lines
 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;
 1943     void *head = this_thr->th.th_free_lists[index].th_free_list_other;
 1946       this_thr->th.th_free_lists[index].th_free_list_other = ptr;
 1961         this_thr->th.th_free_lists[index].th_free_list_other = ptr;
 1982         old_ptr = TCR_PTR(q_th->th.th_free_lists[index].th_free_list_sync);
 1988             &q_th->th.th_free_lists[index].th_free_list_sync, old_ptr, head)) {
 1990           old_ptr = TCR_PTR(q_th->th.th_free_lists[index].th_free_list_sync);
 1995         this_thr->th.th_free_lists[index].th_free_list_other = ptr;