Lines Matching defs:scan
5874 // parallelism, all bets are off and we may need to scan through the entire
5888 kmp_info_t **scan;
5945 // point, then we need to re-scan the entire list.
5955 // scan is the address of a link in the list, possibly the address of
5960 scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool);
5962 scan = CCAST(kmp_info_t **, &__kmp_thread_pool);
5964 for (; (*scan != NULL) && ((*scan)->th.th_info.ds.ds_gtid < gtid);
5965 scan = &((*scan)->th.th_next_pool))
5970 TCW_PTR(this_th->th.th_next_pool, *scan);
5971 __kmp_thread_pool_insert_pt = *scan = this_th;