Changeset 70b6de1 in mainline for kernel/test/synch/rwlock2.c


Ignore:
Timestamp:
2006-12-11T19:33:19Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e54fb21
Parents:
f272cb8
Message:

integrate rest of the tests

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/test/synch/rwlock2.c

    rf272cb8 r70b6de1  
    4343static void failed(void);
    4444
    45 void writer(void *arg)
     45static void writer(void *arg)
    4646{
    4747
     
    5959}
    6060
    61 void failed()
     61static void failed()
    6262{
    6363        printf("Test failed prematurely.\n");
     
    6565}
    6666
    67 void test(void)
     67void test_rwlock2(void)
    6868{
    6969        thread_t *thrd;
Note: See TracChangeset for help on using the changeset viewer.