Lines Matching refs:thread
372 ! See if we are interrupting another interrupt thread.
379 ! We have interrupted an interrupt thread. Take a timestamp,
385 ! We came in on top of an interrupt thread that had no timestamp.
386 ! This could happen if, for instance, an interrupt thread which had
397 ! for the time slice, we want to "atomically" load the thread's
495 ! Push interrupted thread onto list from new thread.
496 ! Set the new thread as the current one.
497 ! Set interrupted thread's T_SP because if it is the idle thread,
760 ! Switch back to the interrupted thread and return
766 ! If we pinned an interrupt thread, store its starting timestamp.
783 ! If the thread being restarted isn't pinning anyone, and no interrupts
804 ! on the CPU's free list and resume the idle thread which will dispatch
805 ! the next thread to run.
838 ! Put thread back on the interrupt thread list.
867 ! set the thread state to free so kernel debuggers don't see it
1079 ! there is no need to check for an interrupt thread. That will be
1344 ! interrupted a low level interrupt thread. If so, store a starting
1345 ! timestamp in its thread structure.
2012 ! restore registers from the base of the stack of the interrupt thread.
2034 ! thread's stack, pointed to by %l7 in the save area just loaded.