Lines Matching refs:reschedule
11 if executing the function reaches a reschedule point
37 reschedule section in API Terminology
40 The reschedule attribute is used on a function that can reach a
41 :ref:`reschedule point <scheduling_v2>` within its execution.
50 reschedule point and the relative priorities of the invoking thread and argument
53 Note that in the case of timeslicing, or reschedule points executed from
56 Functions that are not **reschedule** may be invoked from either thread
59 Functions that are **reschedule** may be invoked from thread context.
61 Functions that are **reschedule** but not **sleep** may be invoked from
77 will not replace a running cooperative-only thread at a reschedule point
86 Functions that are **sleep** are implicitly **reschedule**.