sem_post.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) | sem_post.3 (51f2ddd7af07ee09e4491db48435add85c117b4c) |
---|---|
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 --- 49 unchanged lines hidden (view full) --- 58will fail if: 59.Bl -tag -width Er 60.It Bq Er EINVAL 61.Fa sem 62points to an invalid semaphore. 63.El 64.Sh SEE ALSO 65.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 --- 49 unchanged lines hidden (view full) --- 58will fail if: 59.Bl -tag -width Er 60.It Bq Er EINVAL 61.Fa sem 62points to an invalid semaphore. 63.El 64.Sh SEE ALSO 65.Xr sem_trywait 3 , |
66.Xr sem_wait 3 | 66.Xr sem_wait 3 , 67.Xr sem 4 |
67.Sh STANDARDS 68.Fn sem_post 69conforms to 70.St -p1003.1-96 . | 68.Sh STANDARDS 69.Fn sem_post 70conforms to 71.St -p1003.1-96 . |