sem_post.3 (7a6d1e6f69df3ecccbc86b40f24ee28126c2da11) sem_post.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

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

64The
65.Fa sem
66argument
67points to an invalid semaphore.
68.El
69.Sh SEE ALSO
70.Xr sem_getvalue 3 ,
71.Xr sem_trywait 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

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

64The
65.Fa sem
66argument
67points to an invalid semaphore.
68.El
69.Sh SEE ALSO
70.Xr sem_getvalue 3 ,
71.Xr sem_trywait 3 ,
72.Xr sem_wait 3 ,
73.Xr sem 4
72.Xr sem_wait 3
74.Sh STANDARDS
75The
76.Fn sem_post
77function conforms to
78.St -p1003.1-96 .
73.Sh STANDARDS
74The
75.Fn sem_post
76function conforms to
77.St -p1003.1-96 .