Changeset dc747e3 in mainline for test/synch/semaphore2/test.c
- Timestamp:
- 2005-12-15T10:27:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dd2561
- Parents:
- 3fc03fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/synch/semaphore2/test.c
r3fc03fd rdc747e3 38 38 #include <synch/semaphore.h> 39 39 #include <synch/synch.h> 40 #include <synch/spinlock.h> 40 41 41 42 static semaphore_t sem; 42 43 43 static spinlock_t lock;44 SPINLOCK_INITIALIZE(lock); 44 45 45 46 static waitq_t can_start;
Note:
See TracChangeset
for help on using the changeset viewer.