manページ検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 589 for On (0.109 sec.)
Man page of EPOLL_WAIT 3920
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... ll_event * events , int maxevents , int timeout , const sigset_t * sigmask ); 説明 The epoll_wait () sys ... tem call waits for events on the epoll (7) instance referred to by the file des ... er pointed to by events is used to return information from the ready list about file descriptors in the ... e timeout argument specifies the number of milliseconds that epoll_wait () will block. Time is measured ...
https://man.plustar.jp/manpage/man2/epoll_pwait.2.html - [similar]
Man page of EPOLL_WAIT 3920
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... ll_event * events , int maxevents , int timeout , const sigset_t * sigmask ); 説明 The epoll_wait () sys ... tem call waits for events on the epoll (7) instance referred to by the file des ... er pointed to by events is used to return information from the ready list about file descriptors in the ... e timeout argument specifies the number of milliseconds that epoll_wait () will block. Time is measured ...
https://man.plustar.jp/manpage/man2/epoll_wait.2.html - [similar]
Man page of EXECVEAT 3920
EXECVEAT Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 exec ... 書式 #include < unistd.h > int execveat(int dirfd , const char * pathname , char *const argv [], char *con ... eat () を使う際の理にかなった方法は dirfd に close-on-exec フラグをセットすることである (ただし「バグ」を ... 形式の呼び出しに渡すファイルディスクリプターで close-on-exec フラグをセットできないことを意味している。 ex ... , argv, envp, AT_EMPTY_PATH); しかしながら、 close-on-exec フラグをセットできないということは、 スクリプ ...
https://man.plustar.jp/manpage/man2/execveat.2.html - [similar]
Man page of GETPRIORITY 3920
GETPRIORITY Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 g ... プロセス全ての優先度を指定した値に設定する。 Traditionally, only a privileged process could lower the nic ... soft limit; see getrlimit (2) for details. 返り値 On success, getpriority () returns the calling thread ... 's nice value, which may be a negative number. On error, it returns -1 and sets errno to indicate th ... riority), but did not have the required privilege (on Linux: did not have the CAP_SYS_NICE capability). ...
https://man.plustar.jp/manpage/man2/getpriority.2.html - [similar]
Man page of IOPL 3920
IOPL Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 iopl - I ... スレッドの I/O 特権レベルは 0 である。許可 (permissions) は親から子に継承される。 This call is deprecated ... , is significantly slower than ioperm (2), and is only provided for older X servers which require acces ... I/O ports. It is mostly for the i386 architecture. On many other architectures it does not exist or will ... ystem, and is not recommended. Prior to Linux 3.7, on some architectures (such as i386), permissions wer ...
https://man.plustar.jp/manpage/man2/iopl.2.html - [similar]
Man page of LSEEK 3920
LSEEK Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 lseek - ... off_t offset , int whence ); 説明 lseek () repositions the file offset of the open file description asso ... hence is SEEK_DATA or SEEK_HOLE , and offset is beyond the end of the file, or whence is SEEK_DATA and o ... SEEK_HOLE は非標準の拡張で、 Solaris, FreeBSD, DragonFly BSD にも存在する。 これらは POSIX の次の版 (Iss ... ) を参照。 If the O_APPEND file status flag is set on the open file description, then a write (2) always ...
https://man.plustar.jp/manpage/man2/lseek.2.html - [similar]
Man page of MSGGET 3920
MSGGET Section: Linux Programmer's Manual (2) Updated: 2019-08-02 Index JM Home Page 名前 msgget ... 在する場合は、アクセス許可の検査と、 破棄 (destruction) マークがないかの確認が行われる。 返り値 成功した場 ... ey , but the calling process does not have permission to access the queue, and does not have the CAP_IPC ... ムとしての制限を以下に示す: MSGMNI System-wide limit on the number of message queues. Before Linux 3.19, t ... or this limit was calculated using a formula based on available system memory. Since Linux 3.19, the def ...
https://man.plustar.jp/manpage/man2/msgget.2.html - [similar]
Man page of GETPRIORITY 3920
GETPRIORITY Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 g ... プロセス全ての優先度を指定した値に設定する。 Traditionally, only a privileged process could lower the nic ... soft limit; see getrlimit (2) for details. 返り値 On success, getpriority () returns the calling thread ... 's nice value, which may be a negative number. On error, it returns -1 and sets errno to indicate th ... riority), but did not have the required privilege (on Linux: did not have the CAP_SYS_NICE capability). ...
https://man.plustar.jp/manpage/man2/setpriority.2.html - [similar]
Man page of SYSTEM 3920
SYSTEM Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 system ... マンドの実行 書式 #include < stdlib.h > int system(const char * command ); 説明 system () ライブラリ関数は ... また、シェルは command に対して通常の置換 (substitutions) と I/O リダイレクトを行う。 system () を使用する ... ng pthread_atfork (3) are called during the execution of system (). In the glibc implementation, such ha ... ェルが実行できなかった場合と区別できない。 Caveats Do not use system () from a privileged program (a set- ...
https://man.plustar.jp/manpage/man3/system.3.html - [similar]
Man page of EVENTFD 3860
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... 以降) 新しいファイルディスクリプターに対して close-on-exec ( FD_CLOEXEC ) フラグをセットする。 このフラグ ... n (2) の O_CLOEXEC フラグの説明を参照のこと。 EFD_NONBLOCK (Linux 2.6.27 以降) Set the O_NONBLOCK file s ... tatus flag on the open file description (see open (2)) referred ... 、0 を指定しなければならない。 The following operations can be performed on the file descriptor returned ...
https://man.plustar.jp/manpage/man2/eventfd.2.html - [similar]
PREV 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022