|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
projects/openmp/runtime/src/kmp_error.h 51 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct,
References
projects/openmp/runtime/src/kmp_csupport.cpp 1846 __kmp_pop_workshare(global_tid, ct_pdo, loc);
projects/openmp/runtime/src/kmp_dispatch.cpp 1925 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc);
1950 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc);
2104 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc);
projects/openmp/runtime/src/kmp_runtime.cpp 766 __kmp_pop_workshare(gtid, ct_psingle, NULL);