Changeset 5b6c033 in mainline
- Timestamp:
- 2012-07-10T17:57:47Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f8745c5
- Parents:
- 181a746
- Location:
- kernel
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r181a746 r5b6c033 305 305 test/synch/semaphore1.c \ 306 306 test/synch/semaphore2.c \ 307 test/synch/rcu1.c \ 307 308 test/synch/workqueue1.c \ 308 309 test/synch/workqueue2.c \ -
kernel/test/test.c
r181a746 r5b6c033 50 50 #include <synch/semaphore1.def> 51 51 #include <synch/semaphore2.def> 52 #include <synch/rcu1.def> 52 53 #include <synch/workqueue1.def> 53 54 #include <synch/workqueue2.def> -
kernel/test/test.h
r181a746 r5b6c033 81 81 extern const char *test_workqueue3(void); 82 82 extern const char *test_workqueue3quit(void); 83 extern const char *test_rcu1(void); 83 84 84 85
Note:
See TracChangeset
for help on using the changeset viewer.