pthread_rwlock_timedlock ()函數是Threads及Timeouts選項的一部分,不需要在所有實作上提供。 回覆值 如果獲得rwlock所參照讀寫鎖定物件的讀取鎖定,則pthread_rwlock_timedrdlock ()函數會傳回 0。 否則,會傳回錯誤碼以指出錯誤。 錯誤碼 在下列情況下,pthread_rwlock_timedrdlock ()函數失敗: 在下列情況下,pthread_rw...
#include <pthread.h> #include int pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rwlock, const struct timespec *restrict abs_timeout);If the lock cannot be acquired without waiting for other threads to unlock the lock, this wait will be terminated when the specified timeout expires. Th...
The pthread_rwlock_timedrdlock() function applies a read lock to the read-write lock referenced by rwlock as in the pthread_rwlock_rdlock(3C) function. If the lock...
pthread_rwlock_timedrdlock ()関数は、pthread_rwlock_rdlock ()関数のように、rwlockによって参照される読み取り/書き込みロックに読み取りロックを適用します。 ただし、他のスレッドがロックをアンロックするのを待たずにロックを獲得できない場合、この待機は、指定されたタイムアウトの期限が...
pthread_rwlock_timedrdlockReturn Values If successful, returns 0 if the lock for writing on the read-write lock object referenced by rwlock is acquired. Otherwise, an error number is returned to indicate the error. ETIMEDOUT Description:
» pthread_rwlock_timedrdlock Updated: July 2017man pages section 3: Basic Library Functions Document Information Using This Documentation Basic Library Functions __fbufsize(3C) __flbf(3C) __fpending(3C) __fpurge(3C) __freadable(3C) __freading(3C) __fsetlocking(3C) __fwritable(3C) __...
int pthread_rwlock_timedrdlock(pthread_rwlock_t *restrictrwlock, const struct timespec *restrictabs_timeout); Descrição A funçãopthread_rwlock_timedrdlock ()aplica um bloqueio de leitura para o bloqueio de leitura referenciado porrwlockcomo na funçãopthread_rwlock_rdlock (). No entanto...
int pthread_rwlock_timedrdlock(pthread_rwlock_t *restrictrwlock, const struct timespec *restrictabs_timeout); Beschreibung Die Funktionpthread_rwlock_timedrdlock ()wendet eine Lesesperre auf die Lese-/Schreibsperre an, auf dierwlockverweist, wie in der Funktionpthread_rwlock_rdlock (). Wenn die ...
#include <pthread.h> #include int pthread_rwlock_timedrdlock(pthread_rwlock_t *restrictrwlock, const struct timespec *restrictabs_timeout); 설명 pthread_rwlock_timedrdlock ()함수는pthread_rwlock_rdlock ()함수에서와 같이rwlock이 참조하는 읽기-쓰기 잠금에...
pthread_rwlock_timedrdlock () 関数は、 pthread_rwlock_rdlock () 関数のように、 rwlock によって参照される読み取り/書き込みロックに読み取りロックを適用します。 ただし、他のスレッドがロックをアンロックするのを待たずにロックを獲得できない場合、この待機は、指定されたタイムアウト...