Deleted Added
full compact
pthread_cond_init.3 (38056) pthread_cond_init.3 (38702)
1.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 51 unchanged lines hidden (view full) ---

60.It Bq Er ENOMEM
61The process cannot allocate enough memory to create another condition
62variable.
63.It Bq Er EAGAIN
64The temporarily lacks the resources to create another condition variable.
65.El
66.Pp
67.Sh SEE ALSO
1.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 51 unchanged lines hidden (view full) ---

60.It Bq Er ENOMEM
61The process cannot allocate enough memory to create another condition
62variable.
63.It Bq Er EAGAIN
64The temporarily lacks the resources to create another condition variable.
65.El
66.Pp
67.Sh SEE ALSO
68.Xr pthread_cond_broadcast 3 ,
68.Xr pthread_cond_destroy 3 ,
69.Xr pthread_cond_destroy 3 ,
69.Xr pthread_cond_wait 3 ,
70.Xr pthread_cond_timedwait 3 ,
71.Xr pthread_cond_signal 3 ,
70.Xr pthread_cond_signal 3 ,
72.Xr pthread_cond_broadcast 3
71.Xr pthread_cond_timedwait 3 ,
72.Xr pthread_cond_wait 3
73.Sh STANDARDS
74.Fn pthread_cond_init
75conforms to ISO/IEC 9945-1 ANSI/IEEE
76.Pq Dq Tn POSIX
77Std 1003.1 Second Edition 1996-07-12.
73.Sh STANDARDS
74.Fn pthread_cond_init
75conforms to ISO/IEC 9945-1 ANSI/IEEE
76.Pq Dq Tn POSIX
77Std 1003.1 Second Edition 1996-07-12.