Deleted Added
full compact
pthread_cond_timedwait.3 (38028) pthread_cond_timedwait.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.

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

68.Fa attr
69is invalid.
70.It Bq Er ETIMEDOUT
71The system time has reached or exceeded the time specified in
72.Fa abstime .
73.El
74.Pp
75.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.

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

68.Fa attr
69is invalid.
70.It Bq Er ETIMEDOUT
71The system time has reached or exceeded the time specified in
72.Fa abstime .
73.El
74.Pp
75.Sh SEE ALSO
76.Xr pthread_cond_init 3 ,
76.Xr pthread_cond_broadcast 3 ,
77.Xr pthread_cond_destroy 3 ,
77.Xr pthread_cond_destroy 3 ,
78.Xr pthread_cond_wait 3 ,
78.Xr pthread_cond_init 3 ,
79.Xr pthread_cond_signal 3 ,
79.Xr pthread_cond_signal 3 ,
80.Xr pthread_cond_broadcast 3
80.Xr pthread_cond_wait 3
81.Sh STANDARDS
82.Fn pthread_cond_timedwait
83conforms to ISO/IEC 9945-1 ANSI/IEEE
84.Pq Dq Tn POSIX
85Std 1003.1 Second Edition 1996-07-12.
81.Sh STANDARDS
82.Fn pthread_cond_timedwait
83conforms to ISO/IEC 9945-1 ANSI/IEEE
84.Pq Dq Tn POSIX
85Std 1003.1 Second Edition 1996-07-12.