Home
last modified time | relevance | path

Searched refs:OMP_CRITICAL_BODY (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dc-omp.c56 OMP_CRITICAL_BODY (stmt) = body; in c_finish_omp_critical()
Domp-low.c3979 lower_omp (&OMP_CRITICAL_BODY (stmt), ctx); in lower_omp_critical()
3980 maybe_catch_exception (&OMP_CRITICAL_BODY (stmt)); in lower_omp_critical()
3981 append_to_statement_list (OMP_CRITICAL_BODY (stmt), &BIND_EXPR_BODY (bind)); in lower_omp_critical()
3982 OMP_CRITICAL_BODY (stmt) = NULL; in lower_omp_critical()
Dtree.h1606 #define OMP_CRITICAL_BODY(NODE) TREE_OPERAND (OMP_CRITICAL_CHECK (NODE), 0) macro
Dtree.def1014 Operand 0: OMP_CRITICAL_BODY: Critical section body.
DChangeLog-200615027 OMP_CRITICAL_NAME, OMP_CRITICAL_BODY): New.
/freebsd-9-stable/contrib/gcc/doc/
Dc-tree.texi2678 Operand @code{OMP_CRITICAL_BODY} is the critical section.