sem_post.3 (b0a1b4f80919d734dda03410df0cabf7297dfb68) sem_post.3 (d8a7868820265181ac2d938dcbcc10c3f199d583)
1.\" Copyright (C) 2000 Jason Evans <jasone@canonware.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(s), this list of conditions and the following disclaimer as

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

27.\"
28.\" $FreeBSD$
29.Dd February 15, 2000
30.Dt SEM_POST 3
31.Os
32.Sh NAME
33.Nm sem_post
34.Nd increment (unlock) a semaphore
1.\" Copyright (C) 2000 Jason Evans <jasone@canonware.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(s), this list of conditions and the following disclaimer as

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

27.\"
28.\" $FreeBSD$
29.Dd February 15, 2000
30.Dt SEM_POST 3
31.Os
32.Sh NAME
33.Nm sem_post
34.Nd increment (unlock) a semaphore
35.Sh LIBRARY
36.Lb libc_r
35.Sh SYNOPSIS
36.Fd #include <semaphore.h>
37.Ft int
38.Fn sem_post "sem_t *sem"
39.Sh DESCRIPTION
40The
41.Fn sem_post
42function increments (unlocks) the semaphore pointed to by

--- 29 unchanged lines hidden ---
37.Sh SYNOPSIS
38.Fd #include <semaphore.h>
39.Ft int
40.Fn sem_post "sem_t *sem"
41.Sh DESCRIPTION
42The
43.Fn sem_post
44function increments (unlocks) the semaphore pointed to by

--- 29 unchanged lines hidden ---