Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/PythonLauncher/
DMyAppDelegate.m12 should_terminate = NO;
39 should_terminate = YES;
48 return should_terminate;
DMyAppDelegate.h8 BOOL should_terminate; variable
/external/python/cpython3/Mac/PythonLauncher/
DMyAppDelegate.m12 should_terminate = NO;
39 should_terminate = YES;
48 return should_terminate;
DMyAppDelegate.h8 BOOL should_terminate; variable
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dgpu_state_machine_function_ptr_replacement.ll52 %should_terminate = icmp eq i8* %2, null
53 br i1 %should_terminate, label %.exit, label %.select.workers
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs471 let should_terminate = ops.kill(pid).handle_error()?; in handle_base() localVariable
472 if should_terminate.into() { in handle_base()