Searched refs:InParallelRegion (Results 1 – 3 of 3) sorted by relevance
87 ASSERT0(LT_FUSSY, !currTaskDescr->InParallelRegion(), in __kmpc_kernel_prepare_parallel()89 if (currTaskDescr->InParallelRegion()) { in __kmpc_kernel_prepare_parallel()
169 (int)currTaskDescr->InParallelRegion(), (int)sched, in omp_get_ancestor_thread_num()
106 INLINE int InParallelRegion() const { return items.flags & TaskDescr_InPar; } in InParallelRegion() function