zephyr/kernel
Andrew Boie 9f38d2a91a kernel: have k_sched_lock call _sched_lock
Having two implementations of the same thing is bad,
especially when one can just call the other inline version.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-11-17 17:42:54 -05:00
..
include kernel: have k_sched_lock call _sched_lock 2017-11-17 17:42:54 -05:00
alert.c
atomic_c.c
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
compiler_stack_protect.c
device.c kernel: Compare pointers before strings when getting device binding 2017-10-19 14:43:48 -07:00
errno.c
idle.c
init.c kernel: init: mem_domain structure is initialized for dummy thread. 2017-11-07 12:22:43 -08:00
int_latency_bench.c
Kconfig kernel: Add option to ensure writable pages are not executable 2017-11-02 13:40:50 -07:00
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c
mem_domain.c kernel: Arch specific memory domain APIs added 2017-11-07 12:22:43 -08:00
mem_slab.c
mempool.c mempool: add assertion for calloc bounds overflow 2017-11-14 12:50:10 -08:00
msg_q.c
mutex.c kernel: Remove dead or commented code from k_mutex_lock() 2017-10-24 11:11:00 -07:00
pipes.c
poll.c poll: k_poll: Return -EINTR if not ready 2017-10-18 13:02:52 -04:00
pthread.c
queue.c queue: k_queue_cancel_wait: Fix not interrupting other threads 2017-10-18 13:02:52 -04:00
sched.c kernel: have k_sched_lock call _sched_lock 2017-11-17 17:42:54 -05:00
sem.c kernel: Fix comment section of semaphore object 2017-10-27 10:56:58 -07:00
stack.c
sys_clock.c
system_work_q.c
thread_abort.c
thread.c _setup_new_thread: fix crash on ARM 2017-11-13 16:25:40 -08:00
timer.c
userspace_handler.c userspace: assign thread IDs at build time 2017-11-03 11:29:23 -07:00
userspace.c userspace: assign thread IDs at build time 2017-11-03 11:29:23 -07:00
version.c
work_q.c kernel: fix k_thread_stack_t definition 2017-10-17 08:24:29 -07:00