manページ検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 187 for DO (0.047 sec.)
Man page of READV 5264
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... n by the system call. RWF_NOWAIT (Linux 4.14 以降) Do not wait for data which is not immediately availab ... 以降) Provide a per-write equivalent of the O_APPEND open (2) flag. This flag is meaningful only for pwr ... ge written by the system call. The offset argument does not affect the write operation; the data is alwa ... ys appended to the end of the file. However, if the offset argument is -1, ...
https://man.plustar.jp/manpage/man2/preadv.2.html - [similar]
Man page of READV 5264
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... n by the system call. RWF_NOWAIT (Linux 4.14 以降) Do not wait for data which is not immediately availab ... 以降) Provide a per-write equivalent of the O_APPEND open (2) flag. This flag is meaningful only for pwr ... ge written by the system call. The offset argument does not affect the write operation; the data is alwa ... ys appended to the end of the file. However, if the offset argument is -1, ...
https://man.plustar.jp/manpage/man2/preadv2.2.html - [similar]
Man page of PROCESS_VM_READV 5264
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... が返される。 Note, however, that these system calls do not check the memory regions in the remote process ... until just before doing the read/write. Consequently, a partial read/wr ... char buf2[10]; ssize_t nread; pid_t pid = 10; /* PID of remote process */ local[0].iov_base = buf1; loca ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード iov , ...
https://man.plustar.jp/manpage/man2/process_vm_readv.2.html - [similar]
Man page of PROCESS_VM_READV 5264
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... が返される。 Note, however, that these system calls do not check the memory regions in the remote process ... until just before doing the read/write. Consequently, a partial read/wr ... char buf2[10]; ssize_t nread; pid_t pid = 10; /* PID of remote process */ local[0].iov_base = buf1; loca ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード iov , ...
https://man.plustar.jp/manpage/man2/process_vm_writev.2.html - [similar]
Man page of READV 5264
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... n by the system call. RWF_NOWAIT (Linux 4.14 以降) Do not wait for data which is not immediately availab ... 以降) Provide a per-write equivalent of the O_APPEND open (2) flag. This flag is meaningful only for pwr ... ge written by the system call. The offset argument does not affect the write operation; the data is alwa ... ys appended to the end of the file. However, if the offset argument is -1, ...
https://man.plustar.jp/manpage/man2/pwritev.2.html - [similar]
Man page of READV 5264
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... n by the system call. RWF_NOWAIT (Linux 4.14 以降) Do not wait for data which is not immediately availab ... 以降) Provide a per-write equivalent of the O_APPEND open (2) flag. This flag is meaningful only for pwr ... ge written by the system call. The offset argument does not affect the write operation; the data is alwa ... ys appended to the end of the file. However, if the offset argument is -1, ...
https://man.plustar.jp/manpage/man2/pwritev2.2.html - [similar]
Man page of READV 5264
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... n by the system call. RWF_NOWAIT (Linux 4.14 以降) Do not wait for data which is not immediately availab ... 以降) Provide a per-write equivalent of the O_APPEND open (2) flag. This flag is meaningful only for pwr ... ge written by the system call. The offset argument does not affect the write operation; the data is alwa ... ys appended to the end of the file. However, if the offset argument is -1, ...
https://man.plustar.jp/manpage/man2/readv.2.html - [similar]
Man page of SCHED_SETATTR 5264
SCHED_SETATTR Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... ED_FLAG_RESET_ON_FORK Children created by fork (2) do not inherit privileged scheduling policies. See sc ... akes the form of a SIGXCPU signal which is generated on each overrun. This SIGXCPU signal is process-dir ... , the application has no way of knowing which thread overran. sched_nice このフィールドは、 sched_policy ... silently not return any values which would be stored outside the provided space. As with sched_setattr ( ...
https://man.plustar.jp/manpage/man2/sched_getattr.2.html - [similar]
Man page of SCHED_SETATTR 5264
SCHED_SETATTR Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... ED_FLAG_RESET_ON_FORK Children created by fork (2) do not inherit privileged scheduling policies. See sc ... akes the form of a SIGXCPU signal which is generated on each overrun. This SIGXCPU signal is process-dir ... , the application has no way of knowing which thread overran. sched_nice このフィールドは、 sched_policy ... silently not return any values which would be stored outside the provided space. As with sched_setattr ( ...
https://man.plustar.jp/manpage/man2/sched_setattr.2.html - [similar]
Man page of SETNS 5264
SETNS Section: Linux Programmer's Manual (2) Updated: 2015-01-10 Index JM Home Page 名前 setns - ... dlib.h > #include < stdio.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0) i ... v[0]); exit(EXIT_FAILURE); } fd = open(argv[1], O_RDONLY); /* 名前空間のディスクリプターを取得 */ if (fd ... の説明とバグ報告に関する情報は http://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード プロセ ... プログラムのソース 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man2/setns.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT

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