Lines Matching refs:thread
344 ! See if we are interrupting another interrupt thread.
351 ! We have interrupted an interrupt thread. Take a timestamp,
357 ! We came in on top of an interrupt thread that had no timestamp.
358 ! This could happen if, for instance, an interrupt thread which had
369 ! for the time slice, we want to "atomically" load the thread's
467 ! Push interrupted thread onto list from new thread.
468 ! Set the new thread as the current one.
469 ! Set interrupted thread's T_SP because if it is the idle thread,
732 ! Switch back to the interrupted thread and return
738 ! If we pinned an interrupt thread, store its starting timestamp.
755 ! If the thread being restarted isn't pinning anyone, and no interrupts
776 ! on the CPU's free list and resume the idle thread which will dispatch
777 ! the next thread to run.
810 ! Put thread back on the interrupt thread list.
839 ! set the thread state to free so kernel debuggers don't see it
1041 ! there is no need to check for an interrupt thread. That will be
1306 ! interrupted a low level interrupt thread. If so, store a starting
1307 ! timestamp in its thread structure.
1834 ! restore registers from the base of the stack of the interrupt thread.
1856 ! thread's stack, pointed to by %l7 in the save area just loaded.