#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:57+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages-posix/man0p/sys_sem.h.0p:2 #, no-wrap msgid "sys_sem.h" msgstr "" #. type: TH #: man-pages-posix/man0p/sys_sem.h.0p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man0p/sys_sem.h.0p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man0p/sys_sem.h.0p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_sem.h.0p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:8 msgid "" "This manual page is part of the POSIX Programmer's Manual. The Linux " "implementation of this interface may differ (consult the corresponding Linux " "manual page for details of Linux behavior), or the interface may not be " "implemented on Linux." msgstr "" #. type: SH #: man-pages-posix/man0p/sys_sem.h.0p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:12 msgid "sys/sem.h \\(em XSI semaphore facility" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_sem.h.0p:12 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:16 #, no-wrap msgid "#include Esys/sem.hE\n" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_sem.h.0p:17 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:22 msgid "" "The Isys/sem.hE> header shall define the following symbolic " "constant for use as a semaphore operation flag:" msgstr "" #. type: IP #: man-pages-posix/man0p/sys_sem.h.0p:22 #, no-wrap msgid "SEM_UNDO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:24 msgid "Set up adjust on exit entry." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:31 msgid "" "The Isys/sem.hE> header shall define the following symbolic " "constants for use as commands for the I() function:" msgstr "" #. type: IP #: man-pages-posix/man0p/sys_sem.h.0p:31 #, no-wrap msgid "GETNCNT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:34 msgid "Get I." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_sem.h.0p:34 #, no-wrap msgid "GETPID" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:37 msgid "Get I." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_sem.h.0p:37 #, no-wrap msgid "GETVAL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:40 msgid "Get I." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_sem.h.0p:40 #, no-wrap msgid "GETALL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:43 msgid "Get all cases of I." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_sem.h.0p:43 #, no-wrap msgid "GETZCNT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:46 msgid "Get I." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_sem.h.0p:46 #, no-wrap msgid "SETVAL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:49 msgid "Set I." msgstr "" #. type: IP #: man-pages-posix/man0p/sys_sem.h.0p:49 #, no-wrap msgid "SETALL" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:52 msgid "Set all cases of I." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:58 msgid "" "The Isys/sem.hE> header shall define the B structure, " "which shall include the following members:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:66 #, no-wrap msgid "" "B<\n" "struct ipc_perm sem_perm >Operation permission structure.\n" "unsigned short sem_nsems Number of semaphores in set.\n" "time_t sem_otime Last I\\^(\\|) time.\n" "time_t sem_ctime Last time changed by I\\^(\\|).\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:79 msgid "" "The Isys/sem.hE> header shall define the B, B, and " "B types as described in Isys/types.hE>." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:82 msgid "" "A semaphore shall be represented by an anonymous structure, which shall " "include the following members:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:92 #, no-wrap msgid "" "B<\n" "unsigned short semval >Semaphore value.\n" "pid_t sempid Process ID of last operation.\n" "unsigned short semncnt Number of processes waiting for I\n" " to become greater than current value.\n" "unsigned short semzcnt Number of processes waiting for I\n" " to become 0.\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:101 msgid "" "The Isys/sem.hE> header shall define the B structure, " "which shall include the following members:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:108 #, no-wrap msgid "" "B<\n" "unsigned short sem_num >Semaphore number.\n" "short sem_op Semaphore operation.\n" "short sem_flg Operation flags.\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:114 msgid "" "The following shall be declared as functions and may also be defined as " "macros. Function prototypes shall be provided." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:121 #, no-wrap msgid "" "B<\n" "int semctl(int, int, int, ...);\n" "int semget(key_t, int, int);\n" "int semop(int, struct sembuf *, size_t);>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:130 msgid "" "In addition, the Isys/sem.hE> header shall include the Isys/" "ipc.hE> header." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:132 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_sem.h.0p:132 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:134 man-pages-posix/man0p/sys_sem.h.0p:136 man-pages-posix/man0p/sys_sem.h.0p:138 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man0p/sys_sem.h.0p:134 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_sem.h.0p:136 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_sem.h.0p:138 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:141 msgid "Bsys_ipc.hE>, Bsys_types.hE>" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:146 msgid "" "The System Interfaces volume of POSIX.1\\(hy2008, I\\^(\\|), " "I\\^(\\|), I\\^(\\|)" msgstr "" #. type: SH #: man-pages-posix/man0p/sys_sem.h.0p:146 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:157 msgid "" "Portions of this text are reprinted and reproduced in electronic form from " "IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- " "Portable Operating System Interface (POSIX), The Open Group Base " "Specifications Issue 7, Copyright (C) 2013 by the Institute of Electrical " "and Electronics Engineers, Inc and The Open Group. (This is POSIX.1-2008 " "with the 2013 Technical Corrigendum 1 applied.) In the event of any " "discrepancy between this version and the original IEEE and The Open Group " "Standard, the original IEEE and The Open Group Standard is the referee " "document. The original Standard can be obtained online at http://www.unix." "org/online.html ." msgstr "" #. type: Plain text #: man-pages-posix/man0p/sys_sem.h.0p:162 msgid "" "Any typographical or formatting errors that appear in this page are most " "likely to have been introduced during the conversion of the source files to " "man page format. To report such errors, see https://www.kernel.org/doc/man-" "pages/reporting_bugs.html ." msgstr ""