bcdfa76ff3
pthread_attr_init() should not return EBUSY as per POSIX spec so fixed this by return ENOMEM if the attr pointer is NULL. Also fixed the attribute initialization logic by copying the init_pthread_attrs to the attr. Fixes Issue #7480 Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
clock.c | ||
mqueue.c | ||
pthread.c | ||
pthread_barrier.c | ||
pthread_common.c | ||
pthread_cond.c | ||
pthread_mutex.c | ||
pthread_rwlock.c | ||
pthread_sched.c | ||
semaphore.c | ||
sleep.c | ||
timer.c |