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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4295   for (new_gtid = 1; TCR_PTR(__kmp_threads[new_gtid]) != NULL; ++new_gtid) {
 4295   for (new_gtid = 1; TCR_PTR(__kmp_threads[new_gtid]) != NULL; ++new_gtid) {
 4295   for (new_gtid = 1; TCR_PTR(__kmp_threads[new_gtid]) != NULL; ++new_gtid) {
 4302   TCW_SYNC_PTR(__kmp_threads[new_gtid], new_thr);
 4305     __kmp_print_thread_storage_map(new_thr, new_gtid);
 4329   __kmp_initialize_info(new_thr, team, new_tid, new_gtid);
 4407   __kmp_create_worker(new_gtid, new_thr, __kmp_stksize);