<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- Copyright 2001-2016 IEEE and The Open Group, All Rights Reserved -->
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<title>CONTENTS</title>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<center><font size="2">The Open Group Base Specifications Issue 7, 2018 edition<br>
IEEE Std 1003.1-2017 (Revision of IEEE Std 1003.1-2008)<br>
Copyright © 2001-2018 IEEE and The Open Group</font></center>
<hr size="2" noshade>
<a name="top"></a>
<h2>System Interfaces: Detailed ToC</h2>
<ul>
<li type="disc"><a href="../functions/V2_chap01.html#tag_14">Introduction</a>
<ul>
<li type="disc"><a href="../functions/V2_chap01.html#tag_14_01">Relationship to Other Formal Standards</a></li>
<li type="disc"><a href="../functions/V2_chap01.html#tag_14_02">Format of Entries</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15">General Information</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_01">Use and Implementation of Interfaces</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_01_01">Use and Implementation of Functions</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_01_02">Use and Implementation of Macros</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_02">The Compilation Environment</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_02_01">POSIX.1 Symbols</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_02_01_01">The _POSIX_C_SOURCE Feature Test Macro</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_02_01_02">The _XOPEN_SOURCE Feature Test Macro</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_02_02">The Name Space</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_03">Error Numbers</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_03_01">Additional Error Numbers</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_04">Signal Concepts</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_04_01">Signal Generation and Delivery</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_04_02">Realtime Signal Generation and Delivery</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_04_03">Signal Actions</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_04_03_01">SIG_DFL</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_04_03_02">SIG_IGN</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_04_03_03">Pointer to a Function</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_04_04">Signal Effects on Other Functions</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_05">Standard I/O Streams</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_05_01">Interaction of File Descriptors and Standard I/O
Streams</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_05_02">Stream Orientation and Encoding Rules</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_06">STREAMS</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_06_00_01">Priority</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_06_00_02">Message Parts</a></li>
</ul>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_06_01">Accessing STREAMS</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_07">XSI Interprocess Communication</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_07_01">IPC General Description</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08">Realtime</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_01">Realtime Signals</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_02">Asynchronous I/O</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_03">Memory Management</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_03_01">Memory Locking</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_03_02">Memory Mapped Files</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_03_03">Memory Protection</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_03_04">Typed Memory Objects</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_04">Process Scheduling</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_04_01">Scheduling Policies</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_04_02">SCHED_FIFO</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_04_03">SCHED_RR</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_04_04">SCHED_SPORADIC</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_04_05">SCHED_OTHER</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_05">Clocks and Timers</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_05_01">Time Value Specification Structures</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_05_02">Timer Event Notification Control Block</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_05_03">Manifest Constants</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_08_05_04">Execution Time Monitoring</a></li>
</ul>
</li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09">Threads</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_01">Thread-Safety</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_02">Thread IDs</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_03">Thread Mutexes</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_04">Thread Scheduling</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_04_01">Thread Scheduling Attributes</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_04_02">Thread Scheduling Contention Scope</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_04_03">Scheduling Allocation Domain</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_04_04">Scheduling Documentation</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_05">Thread Cancellation</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_05_01">Cancelability States</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_05_02">Cancellation Points</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_05_03">Thread Cancellation Cleanup Handlers</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_05_04">Async-Cancel Safety</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_06">Thread Read-Write Locks</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_07">Thread Interactions with Regular File Operations</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_09_08">Use of Application-Managed Thread Stacks</a></li>
</ul>
</li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_10">Sockets</a>
<ul>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_10_01">Address Families</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_10_02">Addressing</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_10_03">Protocols</a></li>
<li type="disc"><a href="../functions/V2_chap02.html#tag_15_10_04">Rou
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
此文档是POSIX标准最新文档HTML版,UNIX/LINUX系统编程和实现必备手册。 The Open Group Base Specifications Issue 7, 2018 edition IEEE Std 1003.1-2017 (Revision of IEEE Std 1003.1-2008)
资源推荐
资源详情
资源评论
收起资源包目录
POSIX标准 - IEEE Std 1003.1-2017 (1682个子文件)
participants.html.2013 50KB
genalpha.2013 5KB
participants.html.2016 75KB
style.css 3KB
style.css 3KB
style.css 3KB
style.css 3KB
style.css 3KB
style.css 3KB
style.css 3KB
style.css 3KB
decode 76B
rhtm.dsf 901B
rhtm.dsf 901B
rhtm.dsf 901B
rhtm.dsf 901B
ascebc.fig 12KB
ascibm.fig 11KB
fsort 98KB
genalpha 5KB
genalpha~ 4KB
Offline.gif 59KB
b-2.gif 59KB
ty_mem_fig.gif 54KB
Tracelib.gif 46KB
States.gif 41KB
Online.gif 40KB
b-3.gif 40KB
Selfdbg.gif 38KB
Dbgchild.gif 32KB
floath2.gif 19KB
opengrouplogo.gif 17KB
the-open-group.gif 17KB
b-1.gif 16KB
ascibm.gif 13KB
ascibm.gif 13KB
ascebc.gif 13KB
ascebc.gif 13KB
b-6.gif 13KB
b-4.gif 9KB
b-5.gif 8KB
xcu-pax.gif 8KB
floath4.gif 4KB
cdrom.gif 4KB
floath1.gif 4KB
mathh.gif 3KB
opengrouplogo2.gif 3KB
floath3.gif 2KB
ieeelogo.gif 2KB
floath-2.gif 997B
floath-3.gif 973B
lgamma.gif 636B
floath-1.gif 508B
floath-5.gif 430B
index.gif 391B
erf.gif 337B
rd_dot.gif 326B
floath-4.gif 324B
floath-6.gif 241B
hypot.gif 213B
up-arrow.gif 117B
lgamma2.gif 105B
sqrt.gif 94B
sqrt2.gif 76B
opt-start.gif 69B
pi.gif 65B
opt-end.gif 65B
old-opt-start.gif 65B
dagger.gif 64B
old-opt-end.gif 64B
pi-orig.gif 63B
doubledagger.gif 63B
delta-orig.gif 62B
new-opt-start.gif 61B
delta.gif 58B
new-opt-end.gif 58B
delta-new.gif 55B
opengrouplogo.gif~ 3KB
toc.htm 792B
contents.html 856KB
toc.html 856KB
V4_xsh_chap02.html 447KB
contents.html 413KB
toc.html 413KB
V2_chap02.html 352KB
V3_chap02.html 253KB
ex.html 252KB
vi.html 176KB
pax.html 158KB
V1_chap03.html 158KB
V1_chap07.html 154KB
contents.html 140KB
toc.html 140KB
awk.html 127KB
functions.html 100KB
V4_xbd_chap03.html 96KB
V3_chap03.html 96KB
mailx.html 95KB
V4_xcu_chap02.html 93KB
make.html 83KB
共 1682 条
- 1
- 2
- 3
- 4
- 5
- 6
- 17
庚武讲堂
- 粉丝: 31
- 资源: 17
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
前往页