nuttx/libs/libc/pthread
wangchengdong 5060ee80d1 libs/pthread: disable pthread_kill when no signals
pthread_kill depends on signasl, so when all signals are disabled
 disable pthread_kill too

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
2026-02-26 20:03:05 +08:00
..
CMakeLists.txt libs/pthread: disable pthread_kill when no signals 2026-02-26 20:03:05 +08:00
Kconfig
Make.defs libs/pthread: disable pthread_kill when no signals 2026-02-26 20:03:05 +08:00
pthread.h pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00
pthread_atfork.c
pthread_attr_destroy.c
pthread_attr_getaffinity.c
pthread_attr_getdetachstate.c
pthread_attr_getguardsize.c pthread: add pthread_attr_{get|set}guardsize support 2025-08-22 20:50:13 +08:00
pthread_attr_getinheritsched.c
pthread_attr_getschedparam.c
pthread_attr_getschedpolicy.c
pthread_attr_getscope.c
pthread_attr_getstack.c
pthread_attr_getstackaddr.c
pthread_attr_getstacksize.c
pthread_attr_init.c
pthread_attr_setaffinity.c
pthread_attr_setdetachstate.c
pthread_attr_setguardsize.c pthread: add pthread_attr_{get|set}guardsize support 2025-08-22 20:50:13 +08:00
pthread_attr_setinheritsched.c
pthread_attr_setschedparam.c
pthread_attr_setschedpolicy.c
pthread_attr_setscope.c
pthread_attr_setstack.c
pthread_attr_setstackaddr.c
pthread_attr_setstacksize.c
pthread_barrierattr_destroy.c
pthread_barrierattr_getpshared.c
pthread_barrierattr_init.c
pthread_barrierattr_setpshared.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
pthread_barrierdestroy.c pthread_barrier_destroy: Fix return value, if sem_getvalue fails 2025-01-20 23:55:26 +08:00
pthread_barrierinit.c pthread: remove enter_critical_section in pthread_barrier_wait 2024-11-15 14:03:03 +08:00
pthread_barrierwait.c Revert "system: pthread_barrierwait should be moved to kernel space" 2024-11-15 22:07:25 +08:00
pthread_cleanup.c
pthread_concurrency.c pthread: add pthread_{get|set}concurrency support 2025-08-22 20:50:13 +08:00
pthread_condattr_destroy.c
pthread_condattr_getclock.c
pthread_condattr_getpshared.c
pthread_condattr_init.c
pthread_condattr_setclock.c
pthread_condattr_setpshared.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
pthread_condbroadcast.c pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00
pthread_condclockwait.c pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00
pthread_conddestroy.c pthread_conddestroy: Fix return value, if sem_getvalue fails 2025-01-20 23:55:26 +08:00
pthread_condinit.c pthread_cond_broadcast use wait_count for judement 2024-11-14 23:22:52 +08:00
pthread_condsignal.c pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00
pthread_condtimedwait.c
pthread_condwait.c pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00
pthread_create.c
pthread_equal.c pthead: change the pthread_equal implementation from macro to function 2026-01-16 01:37:38 +08:00
pthread_exit.c
pthread_get_stackaddr_np.c
pthread_get_stacksize_np.c
pthread_getcpuclockid.c
pthread_getname_np.c
pthread_getspecific.c
pthread_gettid_np.c
pthread_keycreate.c
pthread_keydelete.c libc/pthread/pthread_keydelete.c: reset key value 2025-10-01 12:00:43 +08:00
pthread_kill.c
pthread_mutex.c pthread: make PTHREAD_MUTEX_DEFAULT_UNSAFE default true 2026-01-26 20:56:12 +08:00
pthread_mutex_consistent.c pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00
pthread_mutex_destroy.c libs/pthread: disable pthread_kill when no signals 2026-02-26 20:03:05 +08:00
pthread_mutex_getprioceiling.c
pthread_mutex_inconsistent.c pthread: remove tl_lock 2026-01-26 20:56:12 +08:00
pthread_mutex_init.c pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00
pthread_mutex_lock.c
pthread_mutex_setprioceiling.c
pthread_mutex_timedlock.c pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00
pthread_mutex_trylock.c pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00
pthread_mutex_unlock.c pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00
pthread_mutexattr_destroy.c
pthread_mutexattr_getprioceiling.c
pthread_mutexattr_getprotocol.c
pthread_mutexattr_getpshared.c
pthread_mutexattr_getrobust.c
pthread_mutexattr_gettype.c
pthread_mutexattr_init.c
pthread_mutexattr_setprioceiling.c
pthread_mutexattr_setprotocol.c nuttx/libc: mutex support to set default mode even configured with priority protect 2024-10-12 09:50:54 +08:00
pthread_mutexattr_setpshared.c
pthread_mutexattr_setrobust.c
pthread_mutexattr_settype.c
pthread_once.c
pthread_rwlock.c
pthread_rwlock_rdlock.c
pthread_rwlock_wrlock.c
pthread_rwlockattr_destroy.c
pthread_rwlockattr_getpshared.c
pthread_rwlockattr_init.c
pthread_rwlockattr_setpshared.c libs: unify Private Types banners 2025-05-28 10:17:15 +08:00
pthread_self.c
pthread_setcancelstate.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
pthread_setcanceltype.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
pthread_setname_np.c
pthread_setspecific.c
pthread_spinlock.c Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
pthread_testcancel.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
pthread_yield.c