zephyr/tests/kernel/threads/scheduling/schedule_api
Andrew Boie 222f37ded9 tests: schedule_api: fix variable shadowing
The array of k_thread "t" was declared non-static in 2 different
C files. Make them static.

Semaphores only used in local C file now declared static.

Use of variable 't' in thread_tslice() no longer shadows global
definition.

Fixes build errors with XCC compiler.

Increase RAM requirement to 20K.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-08-16 10:59:10 -07:00
..
src tests: schedule_api: fix variable shadowing 2017-08-16 10:59:10 -07:00
Makefile tests: threads_scheduling -> threads/scheduling 2017-06-19 09:01:14 -04:00
prj.conf tests: kernel: Stress test for preemptive scheduling. 2017-08-09 21:44:53 -04:00
testcase.yaml tests: schedule_api: fix variable shadowing 2017-08-16 10:59:10 -07:00