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


Ignore:
Timestamp:
2006-12-11T19:33:19Z (18 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/rwlock3.c

    rf272cb8 r70b6de1  
    4343static void failed(void);
    4444
    45 void reader(void *arg)
     45static void reader(void *arg)
    4646{
    4747        thread_detach(THREAD);
     
    6262}
    6363
    64 void failed(void)
     64static void failed(void)
    6565{
    6666        printf("Test failed prematurely.\n");
     
    6868}
    6969
    70 void test(void)
     70void test_rwlock3(void)
    7171{
    7272        int i;
Note: See TracChangeset for help on using the changeset viewer.