Lines Matching full:switch
39 .Nd switch to another thread context
49 switch.
50 It is the single entry point for every context switch and is called from only
52 The context switch is, by necessity, always performed by the switched thread,
53 even when the switch is initiated from elsewhere; e.g. preemption requested via
100 indicates the context switch type.
104 Switch due to delayed preemption after exiting a critical section.
106 Switch after propagating scheduling priority to the owner of a resource.
115 Switch from the idle thread.
130 In addition to the switch type, callers must specify the nature of the
131 switch by performing a bitwise OR with one of the
136 Respectively, these flags denote whether the context switch is voluntary or
138 For an involuntary context switch in which the running thread is
146 It may be unlocked as part of the context switch.
157 to perform the low-level context switch.
160 is the machine-dependent function that performs the actual switch from the