Changeset 5b6c033 in mainline


Ignore:
Timestamp:
2012-07-10T17:57:47Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f8745c5
Parents:
181a746
Message:

rcu: Added preemption and stress tests.

Location:
kernel
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r181a746 r5b6c033  
    305305                test/synch/semaphore1.c \
    306306                test/synch/semaphore2.c \
     307                test/synch/rcu1.c \
    307308                test/synch/workqueue1.c \
    308309                test/synch/workqueue2.c \
  • kernel/test/test.c

    r181a746 r5b6c033  
    5050#include <synch/semaphore1.def>
    5151#include <synch/semaphore2.def>
     52#include <synch/rcu1.def>
    5253#include <synch/workqueue1.def>
    5354#include <synch/workqueue2.def>
  • kernel/test/test.h

    r181a746 r5b6c033  
    8181extern const char *test_workqueue3(void);
    8282extern const char *test_workqueue3quit(void);
     83extern const char *test_rcu1(void);
    8384
    8485
Note: See TracChangeset for help on using the changeset viewer.