Lines Matching full:critical
9 Critical Section Lock Primitives
51 a suitable implementation using a compbination of both critical section and
58 - Critical sections behave differently depending on whether or not yield is
84 Yield Within a Critical Section
86 A FreeRTOS critical section provides an interrupt-disabled context that ensures
90 occur during execution of a critical section will not be handled until the
91 interrupts are re-enabled at the end of the critical section. As a result,
93 from within the critical section. In these ports, a critical section alone is
98 higher-priority ready task can occur within a critical section as a result
106 In short, any code that uses a FreeRTOS interrupt-disabled critical section
108 if it calls kernel APIs that can unblock tasks. A critical section alone is
124 Critical Section with Suspended Scheduling
126 It is important to note that a critical section may be entered while the
139 switch interrupt is deferred until the end of the critical section.
216 the critical section which is not interrupt safe. If in the future an interrupt