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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4164   this_thr->th.th_next_pool = NULL;
 4204     __kmp_thread_pool = (volatile kmp_info_t *)new_thr->th.th_next_pool;
 5614     scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool);
 5619        scan = &((*scan)->th.th_next_pool))
 5624   TCW_PTR(this_th->th.th_next_pool, *scan);
 6023       __kmp_thread_pool = thread->th.th_next_pool;
 6026       thread->th.th_next_pool = NULL;
projects/openmp/runtime/src/kmp_tasking.cpp
 3406          thread = thread->th.th_next_pool) {