Ignore:
Timestamp:
02/08/96 22:16:35 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8a38f3b
Parents:
d57392d
Message:

changed synchronization algorithm to be a single list of enumerated states

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/rtems/include/rtems/rtems/event.h

    rd57392d rf3dabb04  
    4949
    5050typedef enum {
     51  EVENT_SYNC_SYNCHRONIZED,
    5152  EVENT_SYNC_NOTHING_HAPPENED,
    5253  EVENT_SYNC_TIMEOUT,
     
    154155
    155156/*
    156  *  The following defines the synchronization flags used by the
     157 *  The following defines the synchronization flag used by the
    157158 *  Event Manager to insure that signals sent to the currently
    158159 *  executing thread are received properly.
    159160 */
    160161
    161 EXTERN volatile boolean _Event_Sync;
    162162EXTERN volatile Event_Sync_states _Event_Sync_state;
    163163
Note: See TracChangeset for help on using the changeset viewer.