Changeset 992bbb97 in mainline for test/synch
- Timestamp:
- 2005-06-29T20:53:18Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ff9f858
- Parents:
- b60a22c
- Location:
- test/synch
- Files:
-
- 2 edited
-
rwlock5/test.c (modified) (1 diff)
-
semaphore1/test.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/synch/rwlock5/test.c
rb60a22c r992bbb97 42 42 43 43 static waitq_t can_start; 44 static int items_read;45 static int items_written;44 static volatile int items_read; 45 static volatile int items_written; 46 46 47 47 static void writer(void *arg); -
test/synch/semaphore1/test.c
rb60a22c r992bbb97 43 43 44 44 static waitq_t can_start; 45 static int items_produced;46 static int items_consumed;45 static volatile int items_produced; 46 static volatile int items_consumed; 47 47 48 48 static void consumer(void *arg);
Note:
See TracChangeset
for help on using the changeset viewer.
