Lines Matching defs:thread_limit
436 or a `thread_limit` clause (or both).
451 @param thread_limit limit on number of threads which can be created within the
454 Set the thread_limit for the current task
455 This call is there to support `thread_limit` clause on the `target` construct
458 kmp_int32 thread_limit) {
461 if (thread_limit > 0)
462 thread->th.th_current_task->td_icvs.task_thread_limit = thread_limit;
479 or a `thread_limit` clause (or both).
566 // Restore current task's thread_limit from CG root
568 this_thr->th.th_current_task->td_icvs.thread_limit =