Home | History | Annotate | Download | only in Target

Lines Matching defs:done

184             // If this one is done, then we are all done.
215 bool done;
220 done = true;
225 done = true;
230 done = true;
232 done = false;
235 if (done)
241 // If there was only one owner, then we're done. But if we also hit some
242 // user breakpoint on our way out, we should mark ourselves as done, but
272 bool done;
276 done = false;
278 done = true;
280 if (done)
374 // Did I reach my breakpoint? If so I'm done.
377 // reason and we're now stopping for some other reason altogether, then we're done