This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f49c20d28f litex: System clock frequency selectable from Kconfig. new 679544cd32 Documentation: Remove the supported function from the unsupported list new 36b74bab02 libc/pthread: Implement pthread_rwlockattr API new c11cd7f103 libc/pthread: Implement pthread_attr_[set|get]stackaddr new 8bf693b362 libc/pthread: Implement pthread_condattr_[set|get]pshared The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: Documentation/reference/user/08_pthread.rst | 33 --------- include/pthread.h | 82 ++++++++++++++++------ libs/libc/pthread/Make.defs | 4 ++ libs/libc/pthread/pthread_attr_getstack.c | 16 ++--- ...attr_getstack.c => pthread_attr_getstackaddr.c} | 24 +++---- libs/libc/pthread/pthread_attr_getstacksize.c | 12 ++-- libs/libc/pthread/pthread_attr_setstack.c | 16 ++--- ..._setstacksize.c => pthread_attr_setstackaddr.c} | 27 +++---- libs/libc/pthread/pthread_attr_setstacksize.c | 13 ++-- ..._getpshared.c => pthread_condattr_getpshared.c} | 12 ++-- ..._setpshared.c => pthread_condattr_setpshared.c} | 18 ++--- ...attr_destroy.c => pthread_rwlockattr_destroy.c} | 12 ++-- ...etpshared.c => pthread_rwlockattr_getpshared.c} | 12 ++-- ...arrierattr_init.c => pthread_rwlockattr_init.c} | 10 +-- ...etpshared.c => pthread_rwlockattr_setpshared.c} | 18 ++--- 15 files changed, 146 insertions(+), 163 deletions(-) copy libs/libc/pthread/{pthread_attr_getstack.c => pthread_attr_getstackaddr.c} (78%) copy libs/libc/pthread/{pthread_attr_setstacksize.c => pthread_attr_setstackaddr.c} (78%) copy libs/libc/pthread/{pthread_barrierattr_getpshared.c => pthread_condattr_getpshared.c} (85%) copy libs/libc/pthread/{pthread_barrierattr_setpshared.c => pthread_condattr_setpshared.c} (87%) copy libs/libc/pthread/{pthread_barrierattr_destroy.c => pthread_rwlockattr_destroy.c} (84%) copy libs/libc/pthread/{pthread_barrierattr_getpshared.c => pthread_rwlockattr_getpshared.c} (85%) copy libs/libc/pthread/{pthread_barrierattr_init.c => pthread_rwlockattr_init.c} (87%) copy libs/libc/pthread/{pthread_barrierattr_setpshared.c => pthread_rwlockattr_setpshared.c} (87%)