Changeset 992bbb97 in mainline for test/synch/rwlock5/test.c


Ignore:
Timestamp:
2005-06-29T20:53:18Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff9f858
Parents:
b60a22c
Message:

Start with generic 4-level page table interface.

Usual cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/synch/rwlock5/test.c

    rb60a22c r992bbb97  
    4242
    4343static waitq_t can_start;
    44 static int items_read;
    45 static int items_written;
     44static volatile int items_read;
     45static volatile int items_written;
    4646
    4747static void writer(void *arg);
Note: See TracChangeset for help on using the changeset viewer.