Changeset 59e07c91 in mainline for test/synch/semaphore1/test.c
- Timestamp:
- 2005-11-10T13:56:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0172eba
- Parents:
- 13fe013
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/synch/semaphore1/test.c
r13fe013 r59e07c91 43 43 44 44 static waitq_t can_start; 45 static volatile int items_produced;46 static volatile int items_consumed;45 static atomic_t items_produced; 46 static atomic_t items_consumed; 47 47 48 48 static void consumer(void *arg);
Note:
See TracChangeset
for help on using the changeset viewer.