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

Declarations

projects/openmp/runtime/src/kmp.h
 3393 extern void __kmp_unlock_suspend_mx(kmp_info_t *th);

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4216     __kmp_unlock_suspend_mx(new_thr);
 5641   __kmp_unlock_suspend_mx(this_th);
 8255           __kmp_unlock_suspend_mx(thread); // unlock it; it won't sleep
 8262               __kmp_unlock_suspend_mx(thread);