Lines Matching defs:input_flags
1690 kmp_tasking_flags_t *input_flags = (kmp_tasking_flags_t *)&flags;
1692 input_flags->native = FALSE;
1696 gtid, loc_ref, input_flags->tiedness ? "tied " : "untied",
1697 input_flags->proxy ? "proxy" : "",
1698 input_flags->detachable ? "detachable" : "", sizeof_kmp_task_t,
1701 retval = __kmp_task_alloc(loc_ref, gtid, input_flags, sizeof_kmp_task_t,
1715 auto &input_flags = reinterpret_cast<kmp_tasking_flags_t &>(flags);
1717 input_flags.tiedness = TASK_UNTIED;
1718 input_flags.target = 1;
1721 input_flags.hidden_helper = TRUE;
5580 // input_flags: Flags associated with the TDG
5619 // input_flags: Flags associated with the TDG
5623 kmp_int32 input_flags, kmp_int32 tdg_id) {
5626 kmp_taskgraph_flags_t *flags = (kmp_taskgraph_flags_t *)&input_flags;
5629 gtid, loc_ref, input_flags, tdg_id));
5636 gtid, loc_ref, input_flags, tdg_id));
5704 // input_flags: Flags attached to the graph
5707 kmp_int32 input_flags, kmp_int32 tdg_id) {
5712 gtid, loc_ref, tdg_id, input_flags));
5714 // TODO: use input_flags->nowait