This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 53ddc3ef7f arch/sim: suppress libasan checks
new 4af6db7c80 mutex: remove mutex trylock holder check
new 01864d262c sched: add mutex_holder and mutex_clocklock API
new eee7cb6efa libc: nxmutex_clocklock abstime supports NULL pointer
new a2b8c83e0e mutex: align nxmutex_breaklock interface with
nxrmutex_breaklock
new 667de7be32 mutex: add nxrmutex_is_recursive api
The 5 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:
include/nuttx/mutex.h | 106 +++++++++++++++++++++++++++-
libs/libc/misc/lib_mutex.c | 171 ++++++++++++++++++++++++++++++++++++++++-----
2 files changed, 259 insertions(+), 18 deletions(-)