sem_getvalue.3 (b0a1b4f80919d734dda03410df0cabf7297dfb68) | sem_getvalue.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_GETVALUE 3 31.Os 32.Sh NAME 33.Nm sem_getvalue 34.Nd get the value of 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_GETVALUE 3 31.Os 32.Sh NAME 33.Nm sem_getvalue 34.Nd get the value of a semaphore |
35.Sh LIBRARY 36.Lb libc_r |
|
35.Sh SYNOPSIS 36.Fd #include <semaphore.h> 37.Ft int 38.Fn sem_getvalue "sem_t *sem" "int *sval" 39.Sh DESCRIPTION 40The 41.Fn sem_getvalue 42function sets the variable pointed to by --- 35 unchanged lines hidden --- | 37.Sh SYNOPSIS 38.Fd #include <semaphore.h> 39.Ft int 40.Fn sem_getvalue "sem_t *sem" "int *sval" 41.Sh DESCRIPTION 42The 43.Fn sem_getvalue 44function sets the variable pointed to by --- 35 unchanged lines hidden --- |