Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.h51 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct,
H A Dkmp_error.cpp383 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct, function
H A Dkmp_dispatch.cpp2224 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc); in __kmp_dispatch_next()
2249 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc); in __kmp_dispatch_next()
2412 pr->pushed_ws = __kmp_pop_workshare(gtid, pr->pushed_ws, loc); in __kmp_dispatch_next()
H A Dkmp_csupport.cpp2032 __kmp_pop_workshare(global_tid, ct_pdo, loc); in __kmpc_for_static_fini()
H A Dkmp_runtime.cpp757 __kmp_pop_workshare(gtid, ct_psingle, NULL); in __kmp_exit_single()