zephyr/include/posix
Wentong Wu 6922d93d8e lib/posix: correct the meaning of CONFIG_MAX_PTHREAD_COUNT
Current code implement CONFIG_MAX_PTHREAD_COUNT as the maximum number
of POSIX threads that can ever be created, rather than the maximum
number of active POSIX threads. Use pthread_state of struct posix_thread
to track the state of posix thread in posix_thread_pool so that we can
reuse the unused posix thread.

Fixes #15516.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
2019-05-11 08:24:36 -04:00
..
sys posix: sys/time.h: Add workaround for outdated newlib used by Xtensa 2019-05-07 22:18:09 -04:00
dirent.h
mqueue.h
posix_sched.h
posix_types.h
pthread.h lib/posix: correct the meaning of CONFIG_MAX_PTHREAD_COUNT 2019-05-11 08:24:36 -04:00
pthread_key.h
semaphore.h
signal.h
time.h
unistd.h