zephyr/kernel
Andy Ross 53c859998d kernel: POSIX thread IPC support
Partial implementation of the IEEE 1003.1 pthread API, including
mutexes and condition variables in their default behaviors, and
pthread barrier objects.  The rwlock and spinlocks abstractions are
not supported in this commit (both only make sense in the presence of
multiple SMP processors).

Note that this is the IPC mechanisms only.  The thread creation API
itself is unsupported: Zephyr threads work differently from pthreads
and don't port cleanly in all cases.  Likewise the "_INITIALIZER"
macros from pthreads don't work cleanly here, and _DECLARE macros have
been provided to statically initialize pthread primitives in a manner
more native to Zephyr

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2017-08-15 19:42:07 -04:00
..
include kernel: introduce opaque data type for stacks 2017-08-01 16:43:15 -07:00
alert.c
atomic_c.c
compiler_stack_protect.c
device.c
errno.c
idle.c
init.c arch: arc: add nested interrupt support 2017-08-10 12:47:15 -04:00
int_latency_bench.c
Kconfig kernel: POSIX thread IPC support 2017-08-15 19:42:07 -04:00
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c
Makefile kernel: POSIX thread IPC support 2017-08-15 19:42:07 -04:00
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c
poll.c
pthread.c kernel: POSIX thread IPC support 2017-08-15 19:42:07 -04:00
queue.c queue: Use k_poll if enabled 2017-08-15 08:49:09 -04:00
sched.c Scheduler: Same priority Preemptive threads should get equal time slice 2017-08-08 08:51:24 -04:00
sem.c
stack.c
sys_clock.c
system_work_q.c
thread_abort.c
thread.c kernel: introduce opaque data type for stacks 2017-08-01 16:43:15 -07:00
timer.c
version.c
work_q.c work_q: Make k_delayed_work_cancel cancel work already pending 2017-08-15 08:49:09 -04:00