zephyr/arch/arc/core
Benjamin Walsh 669360d5ec kernel: fix thread prio and stack size types in some APIs
Prio should be an int, since values are small integers, not a fixed-size
int32_t. It aligns with the prio parameters of the other APIs.

Stack size should be size_t.

Change-Id: Id29751b86c4ad7a7c2a7ffe446c2a96ae83c77bf
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-11-18 23:08:46 +00:00
..
offsets kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
atomic.S arc: add atomic operations for ARC EM family processors 2016-02-05 20:25:16 -05:00
cache.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
cpu_idle.S kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
fast_irq.S kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
fatal.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
fault_s.S kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
fault.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
irq_manage.c arc: remove deprecated dynamic interrupt implementation 2016-09-06 22:26:11 +00:00
irq_offload.c irq_offload: ARC implementation 2016-02-05 20:24:55 -05:00
irq_vector_table.c arc: move vector and sw isr table to core code 2016-03-08 09:58:20 -08:00
isr_wrapper.S kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
Makefile arc: cache.h support added for em7d and em11d SOC 2016-11-07 18:53:49 +00:00
prep_c.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
regular_irq.S kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
reset.S arc: Add linker command file for Harvard architecture 2016-05-15 01:48:41 +00:00
sw_isr_table.S arc: move vector and sw isr table to core code 2016-03-08 09:58:20 -08:00
swap_macros.h kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
swap.S kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
sys_fatal_error_handler.c fatal error handlers: report which thread croaked 2016-11-17 14:36:50 +00:00
thread_entry_wrapper.S Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
thread.c kernel: fix thread prio and stack size types in some APIs 2016-11-18 23:08:46 +00:00
vector_table.c arc: Set __start entry point to be same as __reset 2016-05-05 22:12:56 +00:00