Lines Matching full:probe
53 probe fires when a thread's active scheduling priority is about to be updated.
61 probe fires when the currently-running thread elevates the priority of another
70 probe fires immediately before a runnable thread is removed from a scheduler
85 probe fires when a runnable thread is about to be added to a scheduler run
96 probe fires after the load of a thread queue is adjusted.
103 probe is triggered by the scheduler suspending execution of the
106 probe fires when the current thread has been selected to run on a CPU and is
114 probe will fire instead.
118 probe fires when the scheduler is called upon to make a scheduling decision by
120 The arguments to this probe are the interrupted thread and its corresponding
122 This probe currently always fires in the context of the interrupted thread.
126 probe will fire immediately before the currently-running thread is preempted.
136 probe fires immediately before the currently-running thread is about to suspend
140 probe fires when a thread is set up to resume execution after having gone to
158 In a probe body, the currently-running thread can always be obtained with the
164 probe fires in the context of that thread, which can be accessed using
193 In particular, the probe argument types are native