zephyr/lib/posix
Evgeniy Paltsev 4e0f7ea540 posix: pthread: replace irq_lock with spinlock
We shouldn't use swapping with an interrupt lock held
as it works incorrectly on SMP platforms.

Fix that by replacing irq_lock with spinlock for pthread
subsystem.

NOTE: we fix that in a simple way with single spinlock
for mutex / cond_var / barrier. That could be improved
later (i.e. split it for several spinlocks).

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2021-09-03 12:20:19 -04:00
..
clock.c posix: clock: nanosecond resolution 2021-01-22 12:37:58 -05:00
CMakeLists.txt
eventfd.c
fs.c lib/posix/fs: Add fs_dir_t type variable initialization 2021-02-05 07:32:20 -05:00
Kconfig
mqueue.c lib/posix: SPARC newlib has unsigned short mode_t 2020-11-13 14:53:55 -08:00
nanosleep.c
pthread_barrier.c posix: pthread: replace irq_lock with spinlock 2021-09-03 12:20:19 -04:00
pthread_common.c
pthread_cond.c posix: pthread: replace irq_lock with spinlock 2021-09-03 12:20:19 -04:00
pthread_key.c
pthread_mutex.c posix: pthread: replace irq_lock with spinlock 2021-09-03 12:20:19 -04:00
pthread_rwlock.c
pthread_sched.c
pthread.c posix: pthread_exit: check for null before dereferencing 2021-05-27 09:07:57 -05:00
semaphore.c
sleep.c
timer.c posix: timer: match implementation to declaration 2021-03-29 07:52:42 -04:00