mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
4af6db7c80
The standard describes trylock as follows, trylock should never cause the system to stop running: The pthread_mutex_trylock() function shall be equivalent to pthread_mutex_lock(), except that if the mutex object referenced by mutex is currently locked (by any thread, including the current thread), the call shall return immediately. https://linux.die.net/man/3/pthread_mutex_trylock Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> |
||
---|---|---|
.. | ||
libc | ||
libdsp | ||
libm | ||
libnx | ||
libxx | ||
CMakeLists.txt |