zephyr/tests/kernel/sched/schedule_api/src
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
main.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
test_priority_scheduling.c coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
test_sched_is_preempt_thread.c coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
test_sched_priority.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
test_sched_timeslice_and_lock.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
test_sched_timeslice_reset.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
test_sched.h
test_slice_scheduling.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
user_api.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00