Changeset 70b6de1 in mainline for kernel/test/synch/rwlock1.c
- Timestamp:
- 2006-12-11T19:33:19Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e54fb21
- Parents:
- f272cb8
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/synch/rwlock1.c
rf272cb8 r70b6de1 41 41 static rwlock_t rwlock; 42 42 43 void test (void)43 void test_rwlock1(void) 44 44 { 45 45 printf("Read/write locks test #1\n");
Note:
See TracChangeset
for help on using the changeset viewer.