Open System Services System Calls Reference Manual (G06.25+, H06.03+)

System Functions (n - p) pthread_cond_init(2)
[EBUSY] The implementation has detected an attempt to reinitialize the object indicated
by cond, a previously initialized, but not yet destroyed, condition variable.
[EINVAL] The value specied by the attr parameter is invalid.
[ENOMEM] Insufcient memory exists to initialize the condition variable.
RELATED INFORMATION
Functions: pthread_cond_broadcast(2)
, pthread_cond_destroy(2)
, pthread_cond_signal(2)
,
pthread_cond_timedwait(2)
, pthread_cond_wait(2)
.
STANDARDS CONFORMANCE
This function is an extension to the XPG4 Version 2 specication. Interfaces documented on this
reference page conform to the following industry standards:
IEEE Std 1003.1c-1995, POSIX System Application Program Interface
The use of the header le spthread.h is an HP exception to the POSIX standard.
527186-003 Hewlett-Packard Company 545