Searched refs:ENV_CRITICAL (Results 1 – 2 of 2) sorted by relevance
211 if (current_env->flags & ENV_CRITICAL) {249 if (current_env != NULL && current_env->flags & ENV_CRITICAL) {400 current_env->flags |= ENV_CRITICAL; in enter_critical()416 current_env->flags &= ~ENV_CRITICAL; in exit_critical()
102 #define ENV_CRITICAL 0x02 /* in critical zone */ macro