sem_wait.3 (246e7a2b6494cd991b08ac669ed761ecea0cc98c) sem_wait.3 (15096da3f462004928a91bd809b41fbb4d4c36f2)
1.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
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(s), this list of conditions and the following disclaimer as

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

87will fail if:
88.Bl -tag -width Er
89.It Bq Er EAGAIN
90The semaphore value was zero, and thus could not be decremented.
91.El
92.Sh SEE ALSO
93.Xr sem_getvalue 3 ,
94.Xr sem_post 3 ,
1.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
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(s), this list of conditions and the following disclaimer as

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

87will fail if:
88.Bl -tag -width Er
89.It Bq Er EAGAIN
90The semaphore value was zero, and thus could not be decremented.
91.El
92.Sh SEE ALSO
93.Xr sem_getvalue 3 ,
94.Xr sem_post 3 ,
95.Xr sem_timedwait 3 ,
96.Xr sem 4
95.Xr sem_timedwait 3
97.Sh STANDARDS
98The
99.Fn sem_wait
100and
101.Fn sem_trywait
102functions conform to
103.St -p1003.1-96 .
96.Sh STANDARDS
97The
98.Fn sem_wait
99and
100.Fn sem_trywait
101functions conform to
102.St -p1003.1-96 .