nuttx-update/sched/pthread
hujun5 dcc75048be Revert "system: pthread_barrierwait should be moved to kernel space"
reason:
new implementation does not requires the use of enter_critical_section,
so the source code needs to be moved to user space

This reverts commit d189a86a35.
2024-11-15 22:07:25 +08:00
..
CMakeLists.txt Revert "system: pthread_barrierwait should be moved to kernel space" 2024-11-15 22:07:25 +08:00
Make.defs Revert "system: pthread_barrierwait should be moved to kernel space" 2024-11-15 22:07:25 +08:00
pthread.h sched/pthread: Remove unused pthread_sem_xxx functions 2024-10-13 02:47:44 +08:00
pthread_cancel.c pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
pthread_completejoin.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_condbroadcast.c pthread_cond_broadcast use wait_count for judement 2024-11-14 23:22:52 +08:00
pthread_condclockwait.c pthread_cond_broadcast use wait_count for judement 2024-11-14 23:22:52 +08:00
pthread_condsignal.c pthread_cond_broadcast use wait_count for judement 2024-11-14 23:22:52 +08:00
pthread_condwait.c pthread_cond_broadcast use wait_count for judement 2024-11-14 23:22:52 +08:00
pthread_create.c sched/pthread: There is no need to use sched_[un]lock 2024-10-12 13:28:23 +08:00
pthread_detach.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_exit.c sched: replace sync pause with async pause for nxtask_terminate 2024-10-06 09:26:56 +08:00
pthread_findjoininfo.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_getaffinity.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_getschedparam.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_join.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutex.c sched/pthread: There is no need to use sched_[un]lock 2024-10-12 13:28:23 +08:00
pthread_mutexconsistent.c sched/pthread: There is no need to use sched_[un]lock 2024-10-12 13:28:23 +08:00
pthread_mutexdestroy.c sched/pthread: There is no need to use sched_[un]lock 2024-10-12 13:28:23 +08:00
pthread_mutexinconsistent.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutexinit.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_mutextimedlock.c pthread_mutx: remove unused critical_secton lock 2024-09-15 17:32:33 +08:00
pthread_mutextrylock.c sched/pthread: There is no need to use sched_[un]lock 2024-10-12 13:28:23 +08:00
pthread_mutexunlock.c pthread_mutx: remove unused critical_secton lock 2024-09-15 17:32:33 +08:00
pthread_release.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_setaffinity.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_setschedparam.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_setschedprio.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
pthread_sigmask.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00