Changeset e507afa in mainline for generic/include/synch
- Timestamp:
- 2005-11-14T19:39:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abb79e84
- Parents:
- 35667f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/synch/rwlock.h
r35667f8 re507afa 44 44 spinlock_t lock; 45 45 mutex_t exclusive; /**< Mutex for writers, readers can bypass it if readers_in is positive. */ 46 int readers_in;/**< Number of readers in critical section. */46 count_t readers_in; /**< Number of readers in critical section. */ 47 47 }; 48 48
Note:
See TracChangeset
for help on using the changeset viewer.