Changeset 34b20f5d in mainline
- Timestamp:
- 2005-04-10T20:08:47Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aa9551d
- Parents:
- 7b7d7d1
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.config
r7b7d7d1 r34b20f5d 12 12 13 13 # Deadlock detection support for spinlocks. 14 #DEBUG_SPINLOCK=DEBUG_SPINLOCK14 DEBUG_SPINLOCK=DEBUG_SPINLOCK 15 15 16 16 # Uncomment if you want to run in the test mode 17 #TEST=__TEST__17 TEST=__TEST__ 18 18 19 #TEST_FILE=test.c19 TEST_FILE=test.c 20 20 21 21 # Select what test do you want to run -
test/synch/rwlock1/test.c
r7b7d7d1 r34b20f5d 29 29 #include <test.h> 30 30 #include <arch.h> 31 #include <arch/ atomic.h>31 #include <arch/smp/atomic.h> 32 32 #include <print.h> 33 33 #include <proc/thread.h> -
test/synch/rwlock2/test.c
r7b7d7d1 r34b20f5d 29 29 #include <test.h> 30 30 #include <arch.h> 31 #include <arch/ atomic.h>31 #include <arch/smp/atomic.h> 32 32 #include <print.h> 33 33 #include <proc/thread.h> -
test/synch/rwlock3/test.c
r7b7d7d1 r34b20f5d 29 29 #include <test.h> 30 30 #include <arch.h> 31 #include <arch/ atomic.h>31 #include <arch/smp/atomic.h> 32 32 #include <print.h> 33 33 #include <proc/thread.h> -
test/synch/rwlock4/test.c
r7b7d7d1 r34b20f5d 29 29 #include <test.h> 30 30 #include <arch.h> 31 #include <arch/ atomic.h>31 #include <arch/smp/atomic.h> 32 32 #include <print.h> 33 33 #include <proc/thread.h> -
test/synch/rwlock5/test.c
r7b7d7d1 r34b20f5d 29 29 #include <test.h> 30 30 #include <arch.h> 31 #include <arch/ atomic.h>31 #include <arch/smp/atomic.h> 32 32 #include <print.h> 33 33 #include <proc/thread.h> -
test/synch/semaphore1/test.c
r7b7d7d1 r34b20f5d 29 29 #include <test.h> 30 30 #include <arch.h> 31 #include <arch/ atomic.h>31 #include <arch/smp/atomic.h> 32 32 #include <print.h> 33 33 #include <proc/thread.h> -
test/synch/semaphore2/test.c
r7b7d7d1 r34b20f5d 29 29 #include <test.h> 30 30 #include <arch.h> 31 #include <arch/ atomic.h>31 #include <arch/smp/atomic.h> 32 32 #include <print.h> 33 33 #include <proc/thread.h>
Note:
See TracChangeset
for help on using the changeset viewer.