Changeset bbd6d27a in rtems for cpukit/score/include/rtems/score/corerwlock.h
- Timestamp:
- Apr 15, 2016, 2:27:56 PM (4 years ago)
- Branches:
- master
- Children:
- b33983f
- Parents:
- bdf6cc2
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/15/16 14:27:56)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (04/21/16 05:29:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/include/rtems/score/corerwlock.h
rbdf6cc2 rbbd6d27a 52 52 53 53 /** 54 * The following defines the control block used to manage the55 * attributes of each RWLock.56 */57 typedef struct {58 /** This field indicates XXX.59 */60 int XXX;61 } CORE_RWLock_Attributes;62 63 /**64 54 * The following defines the control block used to manage each 65 55 * RWLock. … … 70 60 */ 71 61 Thread_queue_Control Wait_queue; 72 /** This element is the set of attributes which define this instance's73 * behavior.74 */75 CORE_RWLock_Attributes Attributes;76 62 /** This element is the current state of the RWLock. 77 63 */
Note: See TracChangeset
for help on using the changeset viewer.