Changeset f3dabb04 in rtems for c/src/exec/rtems/headers/event.h
- Timestamp:
- 02/08/96 22:16:35 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8a38f3b
- Parents:
- d57392d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/headers/event.h
rd57392d rf3dabb04 49 49 50 50 typedef enum { 51 EVENT_SYNC_SYNCHRONIZED, 51 52 EVENT_SYNC_NOTHING_HAPPENED, 52 53 EVENT_SYNC_TIMEOUT, … … 154 155 155 156 /* 156 * The following defines the synchronization flag sused by the157 * The following defines the synchronization flag used by the 157 158 * Event Manager to insure that signals sent to the currently 158 159 * executing thread are received properly. 159 160 */ 160 161 161 EXTERN volatile boolean _Event_Sync;162 162 EXTERN volatile Event_Sync_states _Event_Sync_state; 163 163
Note: See TracChangeset
for help on using the changeset viewer.