CAN CSA-ISO IEC 14515-1A-2013 Information technology - Portable Operating System Interface (POSIX) - Test methods for measuring conformance to POSIX - Part 1 System interfaces AMEN.pdf
《CAN CSA-ISO IEC 14515-1A-2013 Information technology - Portable Operating System Interface (POSIX) - Test methods for measuring conformance to POSIX - Part 1 System interfaces AMEN.pdf》由会员分享,可在线阅读,更多相关《CAN CSA-ISO IEC 14515-1A-2013 Information technology - Portable Operating System Interface (POSIX) - Test methods for measuring conformance to POSIX - Part 1 System interfaces AMEN.pdf(391页珍藏版)》请在麦多课文档分享上搜索。
1、Information technology Portable Operating System Interface (POSIX) Test methods for measuring conformance to POSIX Part 1: System interfaces AMENDMENT 1: Realtime Extension (C Language) Amendment 1:2013 (IDT) toNational Standard of CanadaCAN/CSA-ISO/IEC 14515-1-02(ISO/IEC 14515-1:2000, IDT)NOT FOR R
2、ESALE. / PUBLICATION NON DESTINE LA REVENTE.Standards Update ServiceAmendment 1:2013 toCAN/CSA-ISO/IEC 14515-1-02January 2013Title: Information technology Portable Operating System Interface (POSIX) Test methods for measuring conformance to POSIX Part 1: System interfaces AMENDMENT 1: Realtime Exten
3、sion (C Language) Pagination:383 pages (xiii preliminary and 370 text)To register for e-mail notification about any updates to this publicationgo to shop.csa.caclick on CSA Update ServiceThe List ID that you will need to register for updates to this publication is 2422256.If you require assistance,
4、please e-mail techsupportcsagroup.org or call 416-747-2233.Visit CSA Groups policy on privacy at csagroup.org/legal to find out how we protect your personal information.Reference numberISO/IEC 14515-1:2000/Amd.1:2003(E)IEEE Std 2003.1b-2000(Amendment to IEEE Std 2003.1-1992)INTERNATIONAL STANDARD IS
5、O/IEC14515-1First edition2000-12-15AMENDMENT 12003-12-15IEEE Std 2003.1b-2000(Amendment toIEEE Std 2003.1-1992)Information technology Portable Operating System Interface (POSIX) Test methods for measuring conformance to POSIX Part 1: System interfaces AMENDMENT 1: Realtime Extension (C Language) Tec
6、hnologies de linformation Interface de systme de fonctionnement portable (POSIX) Mthodes dessai pour mesurer la conformit au POSIX Partie 1: Interfaces de systme AMENDEMENT 1: Extension en temps rel (langage C) Amendment 1:2013 to CAN/CSA-ISO/IEC 14515-1-02ISO/IEC 14515-1:2000/Amd.1:2003(E) IEEE Std
7、 2003.1b-2000 (Amendment to IEEE Std 2003.1-1992) PDF disclaimer This PDF file may contain embedded typefaces. In accordance with Adobes licensing policy, this file may be printed or viewed but shall not be edited unless the typefaces which are embedded are licensed to and installed on the computer
8、performing the editing. In downloading this file, parties accept therein the responsibility of not infringing Adobes licensing policy. The ISO Central Secretariat accepts no liability in this area. Adobe is a trademark of Adobe Systems Incorporated. Details of the software products used to create th
9、is PDF file can be found in the General Info relative to the file; the PDF-creation parameters were optimized for printing. Every care has been taken to ensure that the file is suitable for use by ISO member bodies. In the unlikely event that a problem relating to it is found, please inform the Cent
10、ral Secretariat at the address given below. ISO Case postale 56 CH-1211 Geneva 20 Tel. + 41 22 749 01 11 Fax + 41 22 749 09 47 E-mail copyrightiso.org Amendment 1:2013 to CAN/CSA-ISO/IEC 14515-1-02ISO/IEC 14515-1:2000/Amd.1:2003(E)IEEE Std 2003.1b-2000(Amendment to IEEE Std 2003.1-1992)Information T
11、echnologyPortable Operating System Interface (POSIX)Part 1: Test method for measuring conformance to POSIXAmendment 1: Realtime Extension (C Language)SponsorPortable Applications Standards Committeeof theIEEE Computer SocietyApproved 30 March 2000IEEE-SA Standards BoardApproved 2 November 2000Americ
12、an National Standards InstituteAdopted as an International Standard by theInternational Organization for Standardizationand by theInternational Electrotechnical CommissionPublished byThe Institute of Electrical and Electronics Engineers, Inc.Amendment 1:2013 to CAN/CSA-ISO/IEC 14515-1-02The Institut
13、e of Electrical and Electronics Engineers, Inc.3 Park Avenue, New York, NY 10016-5997, USACopyright 2003 by the Institute of Electrical and Electronics Engineers, Inc.All rights reserved. Published 15 August 2003. Printed in the United States of America.IEEE is a registered trademark in the U.S. Pat
14、ent +1 978 750 8400. Permission to photocopy portions of any individual standard for educationalclassroom use can also be obtained through the Copyright Clearance Center.Note: Attention is called to the possibility that implementation of this standard may require use of subject mat-ter covered by pa
15、tent rights. By publication of this standard, no position is taken with respect to the existence orvalidity of any patent rights in connection therewith. The IEEE shall not be responsible for identifying patentsfor which a license may be required by an IEEE standard or for conducting inquiries into
16、the legal validity orscope of those patents that are brought to its attention.Amendment 1:2013 to CAN/CSA-ISO/IEC 14515-1-02iiContentsIntroductionviiiOrganization of This Standard . viiiHow to Read This Standard . viiiRelated Standards Activities . ixSection 1: General . 11.1 Scope 11.2 Normative Re
17、ferences . 21.3 Conformance 31.4 Test Methods 4Section 2: Terminology and General Requirements . 192.1 Conventions 192.2 Definitions . 202.3 General Concepts 282.4 Error Numbers 342.5 Primitive System Data Types . 352.6 Environment Description 352.7 C Language Definitions . 372.8 Numerical Limits 40
18、2.9 Symbolic Constants 43Section 3: Process Primitives 483.1 Process Creation and Execution . 483.1.1 Process Creation . 483.1.2 Execute a File . 503.2 Process Termination 533.2.1 Wait for Process Termination . 533.2.2 Terminate a Process . 533.3 Signals 553.3.1 Signal Concepts 553.3.2 Send a Signal
19、 to a Process 653.3.3 Manipulate Signal Sets 653.3.4 Examine and Change Signal Action . 653.3.5 Examine and Change Blocked Signals . 673.3.6 Examine Pending Signals 673.3.7 Wait for a Signal . 683.3.8 Synchronously Accept a Signal 683.3.9 Queue a Signal to a Process . 723.4 Timer Operations 753.4.1
20、Schedule Alarm 763.4.2 Suspend Process Execution . 763.4.3 Delay Process Execution . 76Amendment 1:2013 to CAN/CSA-ISO/IEC 14515-1-02iiiSection 4: Process Environment . 784.8 Configurable System Variables . 784.8.1 Get Configurable System Variables . 78Section 5: Files and Directories 825.1 Director
21、ies . 825.1.1 Format of Directory Entries . 825.1.2 Directory Operations 825.2 Working Directory . 825.2.1 Change Current Working Directory . 825.2.2 Get Working Directory Pathname 835.3 General File Creation . 835.3.1 Open a File . 835.3.2 Create New File or Rewrite an Existing One 845.3.3 Set File
22、 Creation Mask 845.3.4 Link to a File 855.4 Special File Creation . 855.4.1 Make a Directory . 855.4.2 Make a FIFO Special File . 855.5 File Removal . 865.5.1 Remove Directory Entries 865.5.2 Remove a Directory . 865.5.3 Rename a File . 865.6 File Characteristics . 875.6.1 File Characteristics: Head
23、er and Data Structure 875.6.2 Get File Status . 885.6.3 Check File Accessibility . 895.6.4 Change File Modes . 895.6.5 Change Owner and Group of a File . 925.6.6 Set File Access and Modification Times . 935.6.7 Truncate a File to a Specified Length 935.7 Configurable Pathname Variables . 965.7.1 Get
24、 Configurable Pathname Variables . 96Section 6: Input and Output Primitives 996.1 Pipes . 996.1.1 Create an Inter-Process Channel . 996.2 File Descriptor Manipulation . 996.2.1 Duplicate an Open File Descriptor 996.3 File Descriptor Deassignment 1006.3.1 Close a File .1006.4 Input and Output 1016.4.
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- CANCSAISOIEC145151A2013INFORMATIONTECHNOLOGYPORTABLEOPERATINGSYSTEMINTERFACEPOSIXTESTMETHODSFORMEASURINGCONFORMANCETOPOSIXPART1SYSTEMINTERFACESAMENPDF

链接地址:http://www.mydoc123.com/p-590523.html