zephyr/tests/kernel/threads/thread_apis/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_essential_thread.c coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
test_kthread_for_each.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
test_threads_cancel_abort.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
test_threads_cpu_mask.c kernel: tests: Added header with common declarations 2019-10-01 09:16:01 -04:00
test_threads_set_priority.c coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
test_threads_spawn.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
test_threads_suspend_resume.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
tests_thread_apis.h kernel: tests: Added header with common declarations 2019-10-01 09:16:01 -04:00