• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/lib/bomp_new/

Lines Matching refs:task

43  * the nthreads-var ICV of the current task to num_threads.
72 participating in working in the task
75 if (bomp_icv_get()->task) {
85 * \brief the maximum number of threads that can be used for a new parallel task
94 * the nthreads-var ICV of the current task. This value is also an upper bound on
101 if (bomp_icv_get()->task) {
114 if (bomp_icv_get()->task) {
141 * the current task is enclosed by an active parallel region, and the parallel
142 * region is enclosed by the outermost initial task region on the device;
147 if (bomp_icv_get()->task) {
171 * \brief checks if the dynamic behavior is enabled for the current task
177 * adjustment of the number of threads is enabled for the current task.
302 * \brief returns the level the task is runnig at
307 * number of nested parallel regions that enclose the task containing the call.
372 * active parallel regions enclosing the current task such that all of the parallel
373 * regions are enclosed by the outermost initial task region on the current device.
381 * \brief checks if thread is in the final task region
383 * \returns TRUE if thread is in the final task region
386 * Returns true if the routine is executed in a final task region; otherwise,
429 * of the current task to the value specified in the argument. When called from
443 * ICV of the current task. When called from within a target region the effect of
495 * \brief checks if the task is executing as the host device
497 * \returns TRUE if task is host device
499 * Returns true if the current task is executing on the host device; otherwise,
514 * and nestable locks. A nestable lock can be set multiple times by the same task
516 * task trying to set it.
533 * that is, no task owns the lock.
567 * Each of these routines causes suspension of the task executing the routine
601 * omp_set_nest_lock, except that they do not suspend execution of the task
623 * that is, no task owns the lock. In addition, the nesting count for a nestable
659 * Each of these routines causes suspension of the task executing the routine
663 * the task executing the routine. The task executing the routine is granted,
710 * omp_set_nest_lock, except that they do not suspend execution of the task