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_create(3T) pthread_create(3T)
(Pthread Library)
[EINVAL] The scheduling policy or scheduling attributes specified in attr are invalid.
[EPERM] The caller does not have the appropriate privileges to create a thread with the
scheduling policy and parameters specified in attr.
NOTES
It is unspecified whether joinable threads that have exited but haven’t been joined count against the
PTHREAD_THREADS_MAX limit.
AUTHOR
pthread_create() was derived from the IEEE POSIX P1003.1c standard.
SEE ALSO
pthread_exit(3T), pthread_join(3T), fork(2).
STANDARDS CONFORMANCE
pthread_create(): POSIX 1003.1c.
HP-UX Release 11i: December 2000 2 Section 3671
___
___