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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 3456   unsigned seed = thread->th.th_info.ds.ds_tid;
 3458   thread->th.th_a =
 3460   thread->th.th_x = (seed + 1) * thread->th.th_a + 1;
 3460   thread->th.th_x = (seed + 1) * thread->th.th_a + 1;