nuttx/libs/libc/pthread
ganjing bc4124c988 (libc/pthread): rename proto to prio in pthread_mutexattr_s
Signed-off-by: ganjing <ganjing@xiaomi.com>
2026-04-21 01:35:13 +08:00
..
CMakeLists.txt pthead: change the pthread_equal implementation from macro to function 2026-04-21 01:27:56 +08:00
Kconfig tools/gdb: add addr2line tool 2026-04-21 00:44:52 +08:00
Make.defs pthead: change the pthread_equal implementation from macro to function 2026-04-21 01:27:56 +08:00
pthread.h pthread: move pthread_cond to userspace 2026-04-21 01:24:18 +08:00
pthread_atfork.c fix compile error 2026-04-21 01:35:03 +08:00
pthread_attr_destroy.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_getaffinity.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_getdetachstate.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_getguardsize.c pthread: add pthread_attr_{get|set}guardsize support 2026-04-21 01:27:37 +08:00
pthread_attr_getinheritsched.c misra_c_10_4_violation: change priorit/policy to int type 2026-04-21 01:29:21 +08:00
pthread_attr_getschedparam.c misra_c_10_4_violation: change priorit/policy to int type 2026-04-21 01:29:21 +08:00
pthread_attr_getschedpolicy.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_getscope.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_getstack.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_getstackaddr.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_getstacksize.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_init.c pthread_create: inherit parent priority by default 2026-04-21 01:26:10 +08:00
pthread_attr_setaffinity.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_setdetachstate.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_setguardsize.c pthread: add pthread_attr_{get|set}guardsize support 2026-04-21 01:27:37 +08:00
pthread_attr_setinheritsched.c misra_c_10_4_violation: change priorit/policy to int type 2026-04-21 01:29:21 +08:00
pthread_attr_setschedparam.c misra_c_10_4_violation: change priorit/policy to int type 2026-04-21 01:29:21 +08:00
pthread_attr_setschedpolicy.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_setscope.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_setstack.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_setstackaddr.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_attr_setstacksize.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_barrierattr_destroy.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_barrierattr_getpshared.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_barrierattr_init.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_barrierattr_setpshared.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_barrierdestroy.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_barrierinit.c mutex: add mutex_type.h 2026-04-21 01:31:31 +08:00
pthread_barrierwait.c mutex: add mutex_type.h 2026-04-21 01:31:31 +08:00
pthread_cleanup.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_concurrency.c tls: split tls.h to tls.h and tls_task.h 2026-04-21 01:35:03 +08:00
pthread_condattr_destroy.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_condattr_getclock.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_condattr_getpshared.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_condattr_init.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_condattr_setclock.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_condattr_setpshared.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_condbroadcast.c pthread: add DEBUGASSERT to pthread_cond_signal and pthread_cond_broadcast 2026-04-21 01:34:04 +08:00
pthread_condclockwait.c libc/pthread: fix wait_count decrement on timeout in pthread_cond_clockwait 2026-04-21 01:34:56 +08:00
pthread_conddestroy.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_condinit.c pthread_cond_broadcast use wait_count for judement 2026-04-21 01:14:20 +08:00
pthread_condsignal.c pthread: add DEBUGASSERT to pthread_cond_signal and pthread_cond_broadcast 2026-04-21 01:34:02 +08:00
pthread_condtimedwait.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_condwait.c mutex: add mutex_type.h 2026-04-21 01:31:31 +08:00
pthread_create.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_equal.c pthead: change the pthread_equal implementation from macro to function 2026-04-21 01:27:56 +08:00
pthread_exit.c pthread/pthread_exit.c: set cancel state to DISABLE and cancel type to DEFERRED 2026-04-21 01:34:44 +08:00
pthread_get_stackaddr_np.c sched: Remove the cast from pthread_t to pid_t 2026-04-21 01:20:25 +08:00
pthread_get_stacksize_np.c sched: Remove the cast from pthread_t to pid_t 2026-04-21 01:20:25 +08:00
pthread_getcpuclockid.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_getname_np.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_getspecific.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_gettid_np.c sched: Remove the cast from pthread_t to pid_t 2026-04-21 01:20:25 +08:00
pthread_keycreate.c fix compile error 2026-04-21 01:35:03 +08:00
pthread_keydelete.c fix compile error 2026-04-21 01:35:03 +08:00
pthread_kill.c (libc/pthread): add signal number validation in pthread_kill 2026-04-21 01:34:46 +08:00
pthread_mutex.c pthread: Remove redundant checks to improve performance. 2026-04-21 01:34:02 +08:00
pthread_mutex_consistent.c pthread: Remove redundant checks to improve performance. 2026-04-21 01:34:02 +08:00
pthread_mutex_destroy.c pthread: Remove redundant checks to improve performance. 2026-04-21 01:34:02 +08:00
pthread_mutex_getprioceiling.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutex_inconsistent.c mutex: add mutex_type.h 2026-04-21 01:31:31 +08:00
pthread_mutex_init.c (libc/pthread): rename proto to prio in pthread_mutexattr_s 2026-04-21 01:35:13 +08:00
pthread_mutex_lock.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutex_setprioceiling.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutex_timedlock.c pthread: Remove redundant checks to improve performance. 2026-04-21 01:34:02 +08:00
pthread_mutex_trylock.c pthread: Remove redundant checks to improve performance. 2026-04-21 01:34:02 +08:00
pthread_mutex_unlock.c pthread: Remove redundant checks to improve performance. 2026-04-21 01:34:02 +08:00
pthread_mutexattr_destroy.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutexattr_getprioceiling.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutexattr_getprotocol.c (libc/pthread): rename proto to prio in pthread_mutexattr_s 2026-04-21 01:35:13 +08:00
pthread_mutexattr_getpshared.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutexattr_getrobust.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutexattr_gettype.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutexattr_init.c (libc/pthread): rename proto to prio in pthread_mutexattr_s 2026-04-21 01:35:13 +08:00
pthread_mutexattr_setprioceiling.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutexattr_setprotocol.c (libc/pthread): rename proto to prio in pthread_mutexattr_s 2026-04-21 01:35:13 +08:00
pthread_mutexattr_setpshared.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutexattr_setrobust.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_mutexattr_settype.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_once.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_rwlock.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_rwlock_rdlock.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_rwlock_wrlock.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_rwlockattr_destroy.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_rwlockattr_getpshared.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_rwlockattr_init.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_rwlockattr_setpshared.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_self.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_setcancelstate.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_setcanceltype.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_setname_np.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_setspecific.c fix compile error 2026-04-21 01:35:03 +08:00
pthread_spinlock.c spinlock: use spin_lock_init replace spin_initialize 2026-04-21 01:18:07 +08:00
pthread_testcancel.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
pthread_yield.c Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00