Lines Matching full:thread
39 .Nd switch to another thread context
48 function implements the machine-independent prelude to a thread context
52 The context switch is, by necessity, always performed by the switched thread,
65 when the current thread
69 Involuntary preemption due to arrival of a higher-priority thread.
79 when the running thread has exceeded its time slice.
88 where a thread needs to stop execution due to the suspension state of
93 when a thread wants to voluntarily relinquish the processor.
115 Switch from the idle thread.
117 A kernel thread which handles interrupts has finished work and must wait for
120 Thread suspended.
122 Preemption by a higher-priority thread, initiated by a remote processor.
124 Idle thread preempted, initiated by a remote processor.
126 The running thread has been bound to another processor and must be switched
137 involuntary on the part of the current thread.
138 For an involuntary context switch in which the running thread is
145 the current thread must be holding its assigned thread lock.
149 with their thread lock unlocked.
152 records the amount of time the current thread has been running before handing
155 After selecting a new thread to run, the scheduler will call
161 running thread
163 to the chosen thread