zephyr/tests
Ying ming 8a91bbf69b test: atomic: multiple equal priority threads access atomic variable
Add an testcase. Creat two preempt threads with equal priority to
atomiclly access the same atomic value. Because these preempt
threads are of equal priority, so enable time slice to make
them scheduled. The thread will execute for some time.
In this time, the two sub threads will be scheduled separately
according to the time slice.

Signed-off-by: Ying ming <mingx.ying@intel.com>
2021-05-07 18:23:27 -04:00
..
application_development/gen_inc_file tests: move cpp tests to subsys/cpp 2021-04-29 09:00:40 -04:00
arch tests: arch: arm: arm_no_multithreading: Add physical platforms 2021-05-07 14:40:27 +02:00
benchmarks tests: benchmarks: remove obsolete boot_time test suite 2021-05-05 10:41:15 -04:00
bluetooth Bluetooth: Audio: BSIM test suite for VCS 2021-05-07 15:02:41 +02:00
boards tests: intel_s1000_crb: remove unused and wrong implemented callbacks 2021-04-20 15:06:35 +02:00
crypto tests: crypto: Add a unnormal testing condition 2021-03-09 05:10:54 -05:00
drivers tests: driver: can: canfd: Add CAN-FD tests 2021-05-07 12:36:10 -05:00
kernel test: atomic: multiple equal priority threads access atomic variable 2021-05-07 18:23:27 -04:00
lib tests: fix testcase.yaml files 2021-05-07 09:39:08 -05:00
misc/test_build
net power: device: void *context -> uint32_t *state 2021-05-07 16:55:31 -04:00
posix tests: posix: Fix unchecked return coverity error 2021-04-01 04:52:10 -04:00
subsys power: device: void *context -> uint32_t *state 2021-05-07 16:55:31 -04:00
unit tests: unit: cbprintf: Update test after adding alignment parameter 2021-03-29 14:08:41 +02:00
ztest board: qemu_arc: skip trigger_fault_divide_zero test case 2021-05-07 13:15:13 +02:00