#include <critsec.h>
Collaboration diagram for critsec:
Public Attributes | |
atomic_t | count |
tdata_t * | task |
tracks current count (level of nesting) and the task that is in the critical section(s) count will be zero when no tasks are within a critical section.
Definition at line 48 of file critsec.h.
|
Definition at line 49 of file critsec.h. Referenced by enter_critical_section(), and wait_critical_section(). |
|
Definition at line 50 of file critsec.h. Referenced by enter_critical_section(), and wait_critical_section(). |
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2002 by the authors. |