Changeset d99c1d2 in mainline for kernel/test/synch
- Timestamp:
- 2010-03-23T14:41:06Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b1164e8
- Parents:
- 7c682dd1
- Location:
- kernel/test/synch
- Files:
-
- 2 edited
-
rwlock4.c (modified) (1 diff)
-
semaphore2.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/test/synch/rwlock4.c
r7c682dd1 rd99c1d2 32 32 #include <print.h> 33 33 #include <proc/thread.h> 34 #include < arch/types.h>34 #include <typedefs.h> 35 35 #include <arch/context.h> 36 36 #include <context.h> -
kernel/test/synch/semaphore2.c
r7c682dd1 rd99c1d2 32 32 #include <print.h> 33 33 #include <proc/thread.h> 34 #include < arch/types.h>34 #include <typedefs.h> 35 35 #include <arch/context.h> 36 36
Note:
See TracChangeset
for help on using the changeset viewer.
