Searched refs:should_terminate (Results 1 – 6 of 6) sorted by relevance
12 should_terminate = NO;39 should_terminate = YES;48 return should_terminate;
8 BOOL should_terminate; variable
52 %should_terminate = icmp eq i8* %2, null53 br i1 %should_terminate, label %.exit, label %.select.workers
471 let should_terminate = ops.kill(pid).handle_error()?; in handle_base() localVariable472 if should_terminate.into() { in handle_base()