Main index | Section 3 | 日本語 | Options |
#include <pthread.h>
PTHREAD_PROCESS_SHARED | Any thread of any process that has access to the memory where the read/write lock resides can manipulate the lock. |
PTHREAD_PROCESS_PRIVATE | |
Only threads created within the same process as the thread that initialized the read/write lock can manipulate the lock. This is the default value. | |
[EINVAL] | |
The value specified by attr or pshared is invalid. | |
PTHREAD_RWLOCKATTR_SETPSHARED (3) | May 31, 2016 |
Main index | Section 3 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | How do you pronounce UNIX ? You Nix ! | ” |