Changeset 70b6de1 in mainline for kernel/test/synch/rwlock2.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/rwlock2.c
rf272cb8 r70b6de1 43 43 static void failed(void); 44 44 45 void writer(void *arg)45 static void writer(void *arg) 46 46 { 47 47 … … 59 59 } 60 60 61 void failed()61 static void failed() 62 62 { 63 63 printf("Test failed prematurely.\n"); … … 65 65 } 66 66 67 void test (void)67 void test_rwlock2(void) 68 68 { 69 69 thread_t *thrd;
Note:
See TracChangeset
for help on using the changeset viewer.