Changeset 70b6de1 in mainline for kernel/test/synch/rwlock3.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/rwlock3.c
rf272cb8 r70b6de1 43 43 static void failed(void); 44 44 45 void reader(void *arg)45 static void reader(void *arg) 46 46 { 47 47 thread_detach(THREAD); … … 62 62 } 63 63 64 void failed(void)64 static void failed(void) 65 65 { 66 66 printf("Test failed prematurely.\n"); … … 68 68 } 69 69 70 void test (void)70 void test_rwlock3(void) 71 71 { 72 72 int i;
Note:
See TracChangeset
for help on using the changeset viewer.