Home | History | Annotate | Download | only in vm

Lines Matching refs:interrupted

113  * threads may be getting interrupted or notified at any given time.
716 * Otherwise, we set the "interrupted" flag.
809 * Handle the case where the thread was interrupted before we called
812 if (self->interrupted) {
836 if (self->interrupted) {
840 self->interrupted = false;
866 * We were interrupted while waiting, or somebody interrupted an
869 * The doc sayeth: "The interrupted status of the current thread is
872 self->interrupted = false;
1353 * If the interrupted flag is already set no additional action is
1356 if (thread->interrupted == true) {
1362 * Raise the "interrupted" flag. This will cause it to bail early out
1366 thread->interrupted = true;