sem_wait.3 (8e234adf862f8cda5ed370b933224162cc19527a) | sem_wait.3 (096841eceb6f1e33621f6688cd52239f87d99c31) |
---|---|
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 --- 75 unchanged lines hidden (view full) --- 84The semaphore value was zero, and thus could not be decremented. 85.El 86.Sh SEE ALSO 87.Xr sem_post 3 88.Sh STANDARDS 89.Fn sem_wait 90and 91.Fn sem_trywait | 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 --- 75 unchanged lines hidden (view full) --- 84The semaphore value was zero, and thus could not be decremented. 85.El 86.Sh SEE ALSO 87.Xr sem_post 3 88.Sh STANDARDS 89.Fn sem_wait 90and 91.Fn sem_trywait |
92conform to ISO/IEC 9945-1 ANSI/IEEE 93.Pq Dq Tn POSIX 94Std 1003.1 1996 Edition. | 92conform to 93.St -p1003.1-96 . |