Searched refs:nested (Results 1 - 25 of 52) sorted by relevance

123

/barrelfish-2018-10-04/lib/bomp/
H A Dparallel.c54 g_bomp_state->nested++;
64 if (g_bomp_state->nested == 1) {
67 g_bomp_state->nested--;
H A Dicv.c49 icv_task->nested = OMP_NESTED;
H A Dbomp.c56 st->nested = 0;
H A Domp.c186 * \brief Enables or disables nested parallelism, by setting the nest-var ICV.
188 * \param nested TRUE: enable nested behavior
189 * FALSE: disable nested behavior
191 void omp_set_nested(int nested) argument
194 OMP_SET_ICV_TASK(nested, !!nested);
200 * \brief checks if the nested behavior is enabled
202 * \returns TRUE if nested behavior is enabled
205 * Returns the value of the nest-var ICV, which indicates if nested parallelis
[all...]
/barrelfish-2018-10-04/lib/bomp_new/
H A Domp_icv.c51 icv_task->nested = OMP_NESTED;
H A Domp.c77 return 1; /// if we are nested return 1
189 * \brief Enables or disables nested parallelism, by setting the nest-var ICV.
191 * \param nested TRUE: enable nested behavior
192 * FALSE: disable nested behavior
194 void omp_set_nested(int nested) argument
197 OMP_SET_ICV_TASK(nested, !!nested);
203 * \brief checks if the nested behavior is enabled
205 * \returns TRUE if nested behavio
[all...]
H A Dicv.c35 icv_task->nested = OMP_NESTED;
/barrelfish-2018-10-04/lib/bomp/include/
H A Dbomp_backend.h49 volatile uint32_t nested; member in struct:bomp_state
H A Dicv.h40 * controls whether nested parallelism is enabled for encountered parallel
47 uint8_t nested; member in struct:omp_icv_task
77 * the number of nested, active parallel regions enclosing the current ask
88 * the number of nested parallel regions enclosing the current task such that
173 * The number of nested, active parallel regions enclosing the current ask
/barrelfish-2018-10-04/lib/bomp_new/include/
H A Domp_icv.h41 * controls whether nested parallelism is enabled for encountered parallel
48 uint8_t nested; member in struct:omp_icv_task
78 * the number of nested, active parallel regions enclosing the current ask
89 * the number of nested parallel regions enclosing the current task such that
174 * The number of nested, active parallel regions enclosing the current ask
/barrelfish-2018-10-04/include/
H A Domp.h199 extern void omp_set_nested(int nested);
/barrelfish-2018-10-04/usr/eclipseclp/Opium/
H A Dopium_light_kernel_patch.pl101 break, % run a nested toplevel
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dgraphic.pl215 nested,
293 nested,
355 nested,
771 nested :- label
/barrelfish-2018-10-04/usr/eclipseclp/documents/visualisation/
H A Dannotate.tex85 and the second argument is a (possibly nested) list of variables.
118 and would be declared in the program as nested lists
133 \item \viewablecreatetwo{} accepts both nested lists and arrays.
203 N-1 dimensional arrays or nested lists.
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Ddfid.pl140 % Save current values for nested calls
H A Dlists.pl306 If the collection is nested (multi-dimensional), the top N nesting
309 If the collection is nested (multi-dimensional), all nesting
423 If the collection is nested (multi-dimensional), the top N nesting
426 If the collection is nested (multi-dimensional), all nesting
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsstyle.tex71 \item There should be no nested if-then-else\index{if then else} constructs in
H A Dumslanguage.tex191 the \notation{employee} structure can be viewed either as nested or as flat,
213 The indices of nested structures expand into
369 writing nested loops). Each element of \about{List} takes a value
451 \item[\pattern{IterSpec1}~$>>$~\pattern{IterSpec2}] (``nested iteration'')%
676 Now for some examples of nested loops.
828 Flatten nested lists one level (cf. flatten/2 which flattens completely):
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembvb.tex129 Unlike {\bf ResumeAsync}, calls to {\bf RPC} can be nested
H A Ddbi.tex372 Calls of this predicate can be nested, but only the outermost
398 In the above example we can see two nested transactions. One simple bank
402 Since a nested transaction is simply a call of its goal, with no
H A Dumscmacros.tex55 cannot be used inside nested functions called by the external procedure.
176 They must not be used inside nested functions, unless their
267 not be used inside nested function calls.
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dmp.tex151 The system makes sure that there is no nested notification on the same port,
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dblockdevfs.tex9 The filesystem only consists of a single directory with no nested directories.
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dumscmacros.tex67 cannot be used inside nested functions called by the external procedure.
193 They must not be used inside nested functions, unless their
284 not be used inside nested function calls.
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Duverbs_cmd.c162 struct ib_ucontext *context, int nested)
170 if (nested)
201 int nested)
205 uobj = idr_read_uobj(idr, id, context, nested);
219 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested) argument
221 return idr_read_obj(&ib_uverbs_cq_idr, cq_handle, context, nested);
161 idr_read_uobj(struct idr *idr, int id, struct ib_ucontext *context, int nested) argument
200 idr_read_obj(struct idr *idr, int id, struct ib_ucontext *context, int nested) argument

Completed in 114 milliseconds

123