HP-UX Reference (11i v1 00/12) - 3 Library Functions N-Z (vol 7)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/nan.3m
________________________________________________________________
___ ___
p
pthread_condattr_getpshared(3T) pthread_condattr_getpshared(3T)
(Pthread Library)
[EINVAL] The value specified by attr or pshared is invalid.
WARNINGS
If a condition variable is created with the process-shared attribute defined as
PTHREAD_PROCESS_SHARED, the cooperating processes should have access to the memory in which the
condition variable is allocated.
AUTHOR
pthread_condattr_setpshared() and pthread_condattr_getpshared() were derived
from the IEEE POSIX P1003.1c standard.
SEE ALSO
pthread_create(3T), pthread_condattr_init(3T), pthread_cond_init(3T), pthread_mutex_init(3T).
STANDARDS CONFORMANCE
pthread_condattr_setpshared(): POSIX 1003.1c.
pthread_condattr_getpshared(): POSIX 1003.1c.
HP-UX Release 11i: December 2000 2 Section 3667
___
___