zephyr/kernel
Anas Nashif 274ad46a84 kernel: move posix header to posix/
Having posix headers in the default include path causes issues with the
posix port. Move to a sub-directory to avoid any conflicts.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-12-27 14:16:08 -05:00
..
include kernel: mem_domain: Add an arch interface to configure memory domain 2017-12-21 11:52:27 -08:00
posix kernel: posix: separating posix APIs according to their types. 2017-12-20 14:59:04 -05:00
alert.c
atomic_c.c
CMakeLists.txt kernel: move posix header to posix/ 2017-12-27 14:16:08 -05:00
compiler_stack_protect.c
device.c
errno.c
idle.c
init.c
int_latency_bench.c
Kconfig kernel: support custom k_busy_wait() 2017-12-27 14:16:08 -05:00
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c
mem_domain.c kernel: mem_domain: Add to current thread should configure immediately. 2017-12-21 11:52:27 -08:00
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c
poll.c poll: Update code comments to reflect latest changes 2017-11-21 06:54:51 -05:00
queue.c
sched.c
sem.c
stack.c
sys_clock.c kernel: sys_clock: remove obsolete and unused functions 2017-12-09 08:48:51 -06:00
system_work_q.c
thread_abort.c
thread.c kernel: support custom k_busy_wait() 2017-12-27 14:16:08 -05:00
timer.c
userspace_handler.c
userspace.c
version.c
work_q.c