Lines Matching defs:num_threads
421 unsigned num_threads, ident_t *loc,
461 static void __kmp_GOMP_fork_call(ident_t *loc, int gtid, unsigned num_threads,
472 if (num_threads != 0)
473 __kmp_push_num_threads(loc, gtid, num_threads);
507 unsigned num_threads) {
522 __kmp_GOMP_fork_call(&loc, gtid, num_threads, 0u, task,
1160 void func(void (*task)(void *), void *data, unsigned num_threads, long lb, \
1172 __kmp_GOMP_fork_call(&loc, gtid, num_threads, 0u, task, \
1174 9, task, data, num_threads, &loc, (schedule), lb, \
1413 void (*task)(void *), void *data, unsigned num_threads, unsigned count) {
1429 __kmp_GOMP_fork_call(&loc, gtid, num_threads, 0u, task,
1431 task, data, num_threads, &loc, kmp_nm_dynamic_chunked,
1479 unsigned num_threads,
1493 __kmp_GOMP_fork_call(&loc, gtid, num_threads, flags, task,
1519 unsigned num_threads,
1537 __kmp_GOMP_fork_call(&loc, gtid, num_threads, flags, task,
1539 task, data, num_threads, &loc, kmp_nm_dynamic_chunked,
1577 void func(void (*task)(void *), void *data, unsigned num_threads, long lb, \
1589 __kmp_GOMP_fork_call(&loc, gtid, num_threads, flags, task, \
1591 9, task, data, num_threads, &loc, (schedule), lb, \
2195 void (*task)(void *), void *data, unsigned num_threads,
2200 __kmp_GOMP_fork_call(&loc, gtid, num_threads, flags, task,