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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 5614     scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool);
 5616     scan = CCAST(kmp_info_t **, &__kmp_thread_pool);
 5618   for (; (*scan != NULL) && ((*scan)->th.th_info.ds.ds_gtid < gtid);
 5618   for (; (*scan != NULL) && ((*scan)->th.th_info.ds.ds_gtid < gtid);
 5619        scan = &((*scan)->th.th_next_pool))
 5619        scan = &((*scan)->th.th_next_pool))
 5624   TCW_PTR(this_th->th.th_next_pool, *scan);
 5625   __kmp_thread_pool_insert_pt = *scan = this_th;