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

References

projects/openmp/runtime/src/kmp_csupport.cpp
 3960       (volatile kmp_int64 *)&sh_buf->doacross_flags, NULL, 1LL);
 3967     sh_buf->doacross_flags = flags;
 3973     while (*(volatile kmp_int64 *)&sh_buf->doacross_flags == 1LL)
 3982       sh_buf->doacross_flags; // save private copy in order to not
 4155     __kmp_thread_free(th, CCAST(kmp_uint32 *, sh_buf->doacross_flags));
 4156     sh_buf->doacross_flags = NULL;