mirror of
https://github.com/apache/nuttx.git
synced 2026-09-26 01:46:57 +08:00
Documentation: add hexdump args, fix ln cmd, STM32L status, typos
This commit is contained in:
committed by
Gregory Nutt
parent
ac93d4bda9
commit
9120a78ee3
@@ -5769,15 +5769,6 @@ be sent.
|
||||
<li><code>pthread_mutex_timedlock</code>. lock a mutex.</li>
|
||||
<li><code>pthread_mutexattr_getprioceiling</code>. get and set the prioceiling attribute of the mutex attributes object.</li>
|
||||
<li><code>pthread_mutexattr_setprioceiling</code>. get and set the prioceiling attribute of the mutex attributes object.</li>
|
||||
<li><code>pthread_rwlock_destroy</code>. destroy and initialize a read-write lock object.</li>
|
||||
<li><code>pthread_rwlock_init</code>. destroy and initialize a read-write lock object.</li>
|
||||
<li><code>pthread_rwlock_rdlock</code>. lock a read-write lock object for reading.</li>
|
||||
<li><code>pthread_rwlock_timedrdlock</code>. lock a read-write lock for reading.</li>
|
||||
<li><code>pthread_rwlock_timedwrlock</code>. lock a read-write lock for writing.</li>
|
||||
<li><code>pthread_rwlock_tryrdlock</code>. lock a read-write lock object for reading.</li>
|
||||
<li><code>pthread_rwlock_trywrlock</code>. lock a read-write lock object for writing.</li>
|
||||
<li><code>pthread_rwlock_unlock</code>. unlock a read-write lock object.</li>
|
||||
<li><code>pthread_rwlock_wrlock</code>. lock a read-write lock object for writing.</li>
|
||||
<li><code>pthread_rwlockattr_destroy</code>. destroy and initialize the read-write lock attributes object.</li>
|
||||
<li><code>pthread_rwlockattr_getpshared</code>. get and set the process-shared attribute of the read-write lock attributes object.</li>
|
||||
<li><code>pthread_rwlockattr_init</code>. destroy and initialize the read-write lock attributes object.</li>
|
||||
|
||||
Reference in New Issue
Block a user