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

References

projects/openmp/runtime/src/kmp_tasking.cpp
 3405     for (thread = CCAST(kmp_info_t *, __kmp_thread_pool); thread != NULL;
 3405     for (thread = CCAST(kmp_info_t *, __kmp_thread_pool); thread != NULL;
 3406          thread = thread->th.th_next_pool) {
 3406          thread = thread->th.th_next_pool) {
 3410       if (TCR_PTR(thread->th.th_task_team) == NULL) {
 3432         if ((sleep_loc = TCR_PTR(CCAST(void *, thread->th.th_sleep_loc))) !=
 3438           __kmp_null_resume_wrapper(__kmp_gtid_from_thread(thread), sleep_loc);