⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 semaphore.h.html

📁 IEEE 1003.1-2003, Single Unix Specification v3
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta name="generator" content="HTML Tidy, see www.w3.org"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link type="text/css" rel="stylesheet" href="style.css"><!-- Generated by The Open Group's rhtm tool v1.2.1 --><!-- Copyright (c) 2001-2003 The Open Group, All Rights Reserved --><title>&lt;semaphore.h&gt;</title></head><body bgcolor="white"><script type="text/javascript" language="JavaScript" src="../jscript/codes.js"></script><basefont size="3"> <a name="&lt;semaphore.h&gt;"></a> <a name="tag_13_41"></a><!-- &lt;semaphore.h&gt; --> <!--header start--><center><font size="2">The Open Group Base Specifications Issue 6<br>IEEE Std 1003.1, 2003 Edition<br>Copyright &copy; 2001-2003 The IEEE and The Open Group, All Rights reserved.</font></center><!--header end--><hr size="2" noshade><h4><a name="tag_13_41_01"></a>NAME</h4><blockquote>semaphore.h - semaphores (<b>REALTIME</b>)</blockquote><h4><a name="tag_13_41_02"></a>SYNOPSIS</h4><blockquote class="synopsis"><div class="box"><tt><sup>[<a href="javascript:open_code('SEM')">SEM</a>]</sup> <img src="../images/opt-start.gif" alt="[Option Start]" border="0"> #include &lt;semaphore.h&gt; <img src="../images/opt-end.gif" alt="[Option End]" border="0"></tt></div></blockquote><h4><a name="tag_13_41_03"></a>DESCRIPTION</h4><blockquote><p>The <i>&lt;semaphore.h&gt;</i> header shall define the <b>sem_t</b> type, used in performing semaphore operations. The semaphoremay be implemented using a file descriptor, in which case applications are able to open up at least a total of {OPEN_MAX} files andsemaphores. The symbol SEM_FAILED shall be defined (see <a href="../functions/sem_open.html"><i>sem_open</i>()</a>).</p><p>The following shall be declared as functions and may also be defined as macros. Function prototypes shall be provided.</p><pre><tt>int    sem_close(sem_t *);int    sem_destroy(sem_t *);int    sem_getvalue(sem_t *restrict, int *restrict);int    sem_init(sem_t *, int, unsigned);sem_t *sem_open(const char *, int, ...);int    sem_post(sem_t *);<sup>[<a href="javascript:open_code('TMO')">TMO</a>]</sup><img src="../images/opt-start.gif" alt="[Option Start]" border="0">int    sem_timedwait(sem_t *restrict, const struct timespec *restrict);<img src="../images/opt-end.gif" alt="[Option End]" border="0">int    sem_trywait(sem_t *);int    sem_unlink(const char *);int    sem_wait(sem_t *);</tt></pre><p>Inclusion of the <i>&lt;semaphore.h&gt;</i> header may make visible symbols defined in the headers <a href="../basedefs/fcntl.h.html"><i>&lt;fcntl.h&gt;</i></a> and <a href="../basedefs/sys/types.h.html"><i>&lt;sys/types.h&gt;</i></a>.</p></blockquote><hr><div class="box"><em>The following sections are informative.</em></div><h4><a name="tag_13_41_04"></a>APPLICATION USAGE</h4><blockquote><p>None.</p></blockquote><h4><a name="tag_13_41_05"></a>RATIONALE</h4><blockquote><p>None.</p></blockquote><h4><a name="tag_13_41_06"></a>FUTURE DIRECTIONS</h4><blockquote><p>None.</p></blockquote><h4><a name="tag_13_41_07"></a>SEE ALSO</h4><blockquote><p><a href="fcntl.h.html"><i>&lt;fcntl.h&gt;</i></a> , <a href="sys/types.h.html"><i>&lt;sys/types.h&gt;</i></a> , the SystemInterfaces volume of IEEE&nbsp;Std&nbsp;1003.1-2001, <a href="../functions/sem_destroy.html"><i>sem_destroy</i>()</a>, <a href="../functions/sem_getvalue.html"><i>sem_getvalue</i>()</a>, <a href="../functions/sem_init.html"><i>sem_init</i>()</a>, <a href="../functions/sem_open.html"><i>sem_open</i>()</a>, <a href="../functions/sem_post.html"><i>sem_post</i>()</a>, <a href="../functions/sem_timedwait.html"><i>sem_timedwait</i>()</a>, <a href="../functions/sem_trywait.html"><i>sem_trywait</i>()</a>, <ahref="../functions/sem_unlink.html"><i>sem_unlink</i>()</a>, <a href="../functions/sem_wait.html"><i>sem_wait</i>()</a></p></blockquote><h4><a name="tag_13_41_08"></a>CHANGE HISTORY</h4><blockquote><p>First released in Issue 5. Included for alignment with the POSIX Realtime Extension.</p></blockquote><h4><a name="tag_13_41_09"></a>Issue 6</h4><blockquote><p>The <i>&lt;semaphore.h&gt;</i> header is marked as part of the Semaphores option.</p><p>The Open Group Corrigendum U021/3 is applied, adding a description of SEM_FAILED.</p><p>The <a href="../functions/sem_timedwait.html"><i>sem_timedwait</i>()</a> function is added for alignment withIEEE&nbsp;Std&nbsp;1003.1d-1999.</p><p>The <b>restrict</b> keyword is added to the prototypes for <a href="../functions/sem_getvalue.html"><i>sem_getvalue</i>()</a>and <a href="../functions/sem_timedwait.html"><i>sem_timedwait</i>()</a>.</p></blockquote><div class="box"><em>End of informative text.</em></div><hr><hr size="2" noshade><center><font size="2"><!--footer start-->UNIX &reg; is a registered Trademark of The Open Group.<br>POSIX &reg; is a registered Trademark of The IEEE.<br>[ <a href="../mindex.html">Main Index</a> | <a href="../basedefs/contents.html">XBD</a> | <a href="../utilities/contents.html">XCU</a> | <a href="../functions/contents.html">XSH</a> | <a href="../xrat/contents.html">XRAT</a>]</font></center><!--footer end--><hr size="2" noshade></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -