zephyr/arch/x86/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
..
debug kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
offsets kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
Kconfig doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Makefile kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
cache.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
cache_s.S x86: Fix cache flush code dependencies 2016-03-07 20:25:22 +00:00
cpuhalt.c x86: remove CONFIG_NANOKERNEL references 2016-11-08 22:02:45 +00:00
crt0.S power_mgmt: Do not notify deep sleep if bootloader does context restore 2016-11-11 20:40:53 +00:00
excstub.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
float.c doc: Various corrections to doxygen info for Kernel APIs 2016-11-16 21:43:16 +00:00
gdt.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
intstub.S kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
irq_manage.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
irq_offload.c x86: irq_offload: don't use the last vector 2016-02-05 20:25:04 -05:00
msr.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
reboot_rst_cnt.c x86: move reboot via RST_CNT from galileo to generic x86 2016-02-25 16:52:27 +00: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.c kernel: fix thread prio and stack size types in some APIs 2016-11-18 23:08:46 +00:00