zephyr/lib/posix
Paul Sokolovsky 7e9263098a lib: posix: Build pthreads files depending on CONFIG_PTHREAD_IPC
If application didn't request pthreads support, don't build related
files.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-10-02 10:51:52 -07:00
..
CMakeLists.txt lib: posix: Build pthreads files depending on CONFIG_PTHREAD_IPC 2018-10-02 10:51:52 -07:00
Kconfig lib: posix: Add top-level define for all POSIX APIs - CONFIG_POSIX_API 2018-10-02 10:51:52 -07:00
clock.c lib: posix: clock: Implement clock_settime 2018-09-11 09:21:52 -04:00
fs.c lib: posix: fs: Don't depend on pthreads 2018-10-02 10:51:52 -07:00
mqueue.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
pthread.c lib: POSIX: Add check for deadlock in pthread_join 2018-09-29 06:01:39 -04:00
pthread_barrier.c kernel: Change _reschedule signature 2018-09-14 16:55:37 -04:00
pthread_common.c lib: posix: pthread_common: Don't depend on pthreads 2018-10-02 10:51:52 -07:00
pthread_cond.c lib: posix: Implement posix mutex APIs 2018-05-18 23:02:28 +03:00
pthread_key.c posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
pthread_mutex.c kernel: Change _reschedule signature 2018-09-14 16:55:37 -04:00
pthread_rwlock.c
pthread_sched.c
semaphore.c
sleep.c
timer.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00