Searched refs:ExecMode (Results 1 – 2 of 2) sorted by relevance
76 CGOpenMPRuntimeGPU::ExecutionMode &ExecMode; member in __anon61bd5b670111::ExecutionRuntimeModesRAII79 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII() argument81 : ExecMode(ExecMode) { in ExecutionRuntimeModesRAII()82 SavedExecMode = ExecMode; in ExecutionRuntimeModesRAII()83 ExecMode = EntryMode; in ExecutionRuntimeModesRAII()85 ~ExecutionRuntimeModesRAII() { ExecMode = SavedExecMode; } in ~ExecutionRuntimeModesRAII()
223 KERNEL_ENVIRONMENT_CONFIGURATION_IDX(ExecMode, 2)251 KERNEL_ENVIRONMENT_CONFIGURATION_GETTER(ExecMode)3687 KERNEL_ENVIRONMENT_CONFIGURATION_SETTER(ExecMode) in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()