kernel: rename k_am_in_isr() to k_is_in_isr()

Change-Id: Ie312da34dbbfbeb2c76bbf38905d8f334da28b63
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2016-11-08 16:12:59 -05:00 committed by Benjamin Walsh
commit c7ba8b17e1
5 changed files with 6 additions and 6 deletions

View file

@ -381,7 +381,7 @@ extern void k_sched_time_slice_set(int32_t slice, int prio);
*
* @return 0 if invoked by a thread, or non-zero if invoked by an ISR
*/
extern int k_am_in_isr(void);
extern int k_is_in_isr(void);
/**
* @brief Set thread's custom data