Home
last modified time | relevance | path

Searched refs:__kmp_pop_workshare (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_error.h51 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct,
Dkmp_error.cpp377 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct, function
Dkmp_dispatch.cpp1939 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc); in __kmp_dispatch_next()
1964 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc); in __kmp_dispatch_next()
2124 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc); in __kmp_dispatch_next()
Dkmp_csupport.cpp1823 __kmp_pop_workshare(global_tid, ct_pdo, loc); in __kmpc_for_static_fini()
Dkmp_runtime.cpp775 __kmp_pop_workshare(gtid, ct_psingle, NULL); in __kmp_exit_single()