#include <synchro_nix.h>
|
pthread_rwlockattr_t | attr |
|
Definition at line 74 of file synchro_nix.h.
pfc::readWriteLockAttr::readWriteLockAttr |
( |
| ) |
|
|
inline |
Definition at line 76 of file synchro_nix.h.
76 {pthread_rwlockattr_init( &
attr ); }
pthread_rwlockattr_t attr
pfc::readWriteLockAttr::~readWriteLockAttr |
( |
| ) |
|
|
inline |
Definition at line 77 of file synchro_nix.h.
77 {pthread_rwlockattr_destroy( &
attr ) ;}
pthread_rwlockattr_t attr
void pfc::readWriteLockAttr::setProcessShared |
( |
bool |
val = true | ) |
|
|
inline |
Definition at line 79 of file synchro_nix.h.
80 pthread_rwlockattr_setpshared( &
attr, val ? PTHREAD_PROCESS_SHARED : PTHREAD_PROCESS_PRIVATE );
pthread_rwlockattr_t attr
pthread_rwlockattr_t pfc::readWriteLockAttr::attr |
The documentation for this class was generated from the following file: