Searched refs:push_ws (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp762 typename traits_t<T>::signed_t chunk, int push_ws) {
2573 int push_ws) {
2575 push_ws);
2581 int push_ws) {
2583 push_ws);
2589 int push_ws) {
2591 push_ws);
2597 int push_ws) {
2599 push_ws);
760 __kmp_dispatch_init(ident_t *loc, int gtid, enum sched_type schedule, T lb, T ub, typename traits_t<T>::signed_t st, typename traits_t<T>::signed_t chunk, int push_ws) argument
H A Dkmp.h3127 extern int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws);
3255 kmp_int32 chunk, int push_ws);
3259 kmp_int32 chunk, int push_ws);
3263 kmp_int64 chunk, int push_ws);
3267 kmp_int64 chunk, int push_ws);
H A Dkmp_runtime.cpp708 int __kmp_enter_single(int gtid, ident_t *id_ref, int push_ws) { argument
747 if (status && push_ws) {

Completed in 138 milliseconds