zephyr/kernel
Adithya Baglody 392219eab8 kernel: Change the prototype of k_thread_access_grant.
This API was using variable number of arguments. Which is not
allowed according to misra c guidelines(Rule 17.1). Hence making
this API into a macro and using the util macro FOR_EACH_FIXED_ARG
to get the same functionality.

There is one deviation from the old function. The last argument
shouldn't be NULL.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2019-01-03 12:35:14 -08:00
..
include userspace: easy checking for specific driver 2018-12-27 20:31:58 -05:00
alert.c
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c kernel: check retval of driver init 2018-12-07 19:33:23 -05:00
errno.c
idle.c power: rename api sys_soc -> sys_ 2018-12-28 16:16:28 -05:00
init.c kernel: init: Add nop instruction in main 2018-12-14 13:17:36 +01:00
int_latency_bench.c
Kconfig kconfig: Minor comments and 'help' text fixes 2018-12-30 16:24:50 -05:00
Kconfig.power_mgmt
mailbox.c
mem_domain.c kernel: mem_domain: remove redundant clearing of mem_partition fields 2018-12-05 15:15:07 -05:00
mem_slab.c
mempool.c
msg_q.c
mutex.c kernel: mutex: delay setting lock_count = 0. 2018-12-05 11:00:10 +01:00
pipes.c
poll.c kernel: poll: Fix switch usage 2018-12-07 09:06:34 -05:00
queue.c kernel: queue: Fix MISRA-C violation 2018-12-07 09:06:34 -05:00
sched.c kernel/sched: Remove stale comment 2019-01-03 12:29:02 -05:00
sem.c
smp.c
stack.c
system_work_q.c
thread_abort.c
thread.c kernel: Change the prototype of k_thread_access_grant. 2019-01-03 12:35:14 -08:00
timeout.c kernel/timeout: Don't reset imminent timeouts 2019-01-03 12:29:02 -05:00
timer.c misra: Fixes for MISRA-C rule 8.3 2018-12-07 09:06:34 -05:00
userspace_handler.c
userspace.c misra: Fixes for MISRA-C rule 8.3 2018-12-07 09:06:34 -05:00
version.c doc: add kernel version API to doxygen 2018-12-08 17:24:53 -05:00
work_q.c kernel: Use NULL instead of 0 2018-12-11 14:37:10 -08:00