This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
36d83a5156
zephyr
/
tests
/
kernel
/
mem_protect
/
futex
/
prj.conf
5 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add futex test cases add futex test cases. Fixes: #14493. Signed-off-by: Wentong Wu <wentong.wu@intel.com>
2019-06-20 23:53:21 +08:00
CONFIG_ZTEST=y
CONFIG_IRQ_OFFLOAD=y
CONFIG_TEST_USERSPACE=y
tests: futex: use one cpu Nearly all of these cases create a child thread that needs to complete before the main test proceeds further. If the child thread runs simultaneously on another CPU, this gets messed up. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-12-19 03:05:59 +08:00
CONFIG_MP_NUM_CPUS=1