pthread_rwlock_unlock man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



pthread_rwlock_unlock(3P)			     pthread_rwlock_unlock(3P)

NAME
     pthread_rwlock_unlock - unlock a read-write lock object

C SYNOPSIS
     #include <pthread.h>

     int pthread_rwlock_unlock(pthread_rwlock_t *rwlock);

DESCRIPTION
     Read-write locks allow a thread to exclusively lock some shared data
     while updating that data, or allow any number of threads to have
     simultaneous read-only access to the data.	 The pthread_rwlock_unlock()
     function releases a read or write lock held on the read-write lock object
     referenced by rwlock.  If this function is called to release a read lock
     and there are other read locks currently held on the lock object, the
     lock object remains in the read locked state.  If this function is called
     to release the last read or write lock for this lock object, the lock is
     released.	When released, if there are both readers and writers of the
     same priority waiting for the read-write lock, writers will be scheduled
     before readers.

DIAGNOSTICS
     This function returns zero.

SEE ALSO
     pthread_rwlock_init(3P), pthread_rwlock_rdlock(3P),
     pthread_rwlock_wrlock(3P), pthread_rwlockattr_init(3P),
     pthread_rwlockattr_setpshared(3P).

									Page 1

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net