Files
nuttx/include
chao.an b83b83bf51 pthread/mutex: add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP support
Note: the _NP suffix indicates a non-portable extension to the POSIX specification.

Library Functions Manual

PTHREAD_MUTEX(3)
...
SYNOPSIS
...
       pthread_mutex_t recmutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
...
DESCRIPTION
       PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP (for recursive mutexes).

Change-Id: I58320421ee8dc9a90dca4f593b5d3908be3932db
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-06-26 09:52:56 -03:00
..
2020-04-11 21:19:47 +01:00
2020-06-15 08:07:19 -06:00
2020-06-15 08:07:19 -06:00
2020-06-15 08:07:19 -06:00
2020-04-30 08:46:21 -06:00
2020-04-30 08:46:21 -06:00
2020-06-23 17:34:28 +01:00
2020-04-11 21:19:47 +01:00
2020-05-27 05:40:37 -06:00
2020-06-24 16:56:44 +08:00
2020-05-11 11:32:55 -04:00