Results of 1 - 10 of about 75 for self (0.014 sec.)
- Man page of PTHREAD_SELF 17644
- PTHREAD_SELF Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pthr
...
ead_self - カレントスレッドの ID を返す 書式 #include < pth ...
read.h > pthread_t pthread_self(void); 説明 pthread_self は呼び出しスレッドのスレッ ...
schedparam (3). 関連キーワード pthread , PTHREAD , SELF , self , Xavier , Index , 名前 , using , ted , doc ...
-
https://man.plustar.jp/manpage/man3/pthread_self.3.html
- [similar]
- Man page of FANOTIFY_MARK 8683
- FANOTIFY_MARK Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前
...
point specified by pathname . If pathname is not itself a mount point, the mount point containing pathname ...
AN_CREATE , FAN_ATTRIB , FAN_MOVE , and FAN_DELETE_SELF , cannot be provided as a mask when flags contains ...
em objects by file handles is required. FAN_DELETE_SELF (Linux 5.1 以降) Create an event when a marked fil ...
e or directory itself is deleted. An fanotify group that identifies file ...
-
https://man.plustar.jp/manpage/man2/fanotify_mark.2.html
- [similar]
- Man page of OPEN_BY_HANDLE_AT 8405
- OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page
...
to the first field in one of the records in /proc/self/mountinfo . Opening the pathname in the fifth fiel ...
ができる。 永続的なファイルシステム ID の取得 /proc/self/mountinfo のマウント ID は、 ファイルシステムのアン ...
トリをオープンして取得する。 それ以外の場合、 /proc/self/mountinfo からスキャンして標準入力から読み込んだマ ...
r(msg); exit(EXIT_FAILURE); \ } while (0) /* /proc/self/mountinfo をスキャンして、マウント ID が 'mount_id ...
-
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html
- [similar]
- Man page of OPEN_BY_HANDLE_AT 8405
- OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page
...
to the first field in one of the records in /proc/self/mountinfo . Opening the pathname in the fifth fiel ...
ができる。 永続的なファイルシステム ID の取得 /proc/self/mountinfo のマウント ID は、 ファイルシステムのアン ...
トリをオープンして取得する。 それ以外の場合、 /proc/self/mountinfo からスキャンして標準入力から読み込んだマ ...
r(msg); exit(EXIT_FAILURE); \ } while (0) /* /proc/self/mountinfo をスキャンして、マウント ID が 'mount_id ...
-
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html
- [similar]
- Man page of LINK 8266
- LINK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 link, li
...
下のように使うことができる。 linkat(AT_FDCWD, "/proc/self/fd/<fd>", newdirfd, newname, AT_SYMLINK_FOLLOW); カ ...
で作成されたファイルディスクリプターに対応する /proc/self/fd/NN ファイルに対してリンクを行おおうとした。 ope ...
) 参照。 ENOENT 削除済みのファイルに対応する /proc/self/fd/NN ファイルに対してリンクを行おおうとした。 ENO ...
glibc は olddirfd と newdirfd 引数に対応する /proc/self/fd のシンボリックリンクに基づいてそれぞれパス名を構 ...
-
https://man.plustar.jp/manpage/man2/link.2.html
- [similar]
- Man page of LINK 8266
- LINK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 link, li
...
下のように使うことができる。 linkat(AT_FDCWD, "/proc/self/fd/<fd>", newdirfd, newname, AT_SYMLINK_FOLLOW); カ ...
で作成されたファイルディスクリプターに対応する /proc/self/fd/NN ファイルに対してリンクを行おおうとした。 ope ...
) 参照。 ENOENT 削除済みのファイルに対応する /proc/self/fd/NN ファイルに対してリンクを行おおうとした。 ENO ...
glibc は olddirfd と newdirfd 引数に対応する /proc/self/fd のシンボリックリンクに基づいてそれぞれパス名を構 ...
-
https://man.plustar.jp/manpage/man2/linkat.2.html
- [similar]
- Man page of SPROF 7988
- SPROF Section: Linux User Manual (1) Updated: 2020-11-01 Index JM Home Page 名前 sprof - 共有オブ
...
: Each sample counts as 0.01 seconds. % cumulative self self total time seconds seconds calls us/call us/c ...
D_PROFILE_OUTPUT/libdemo.so.1.profile index % time self children called name 0.00 0.00 100/100 x1 [1] [0] ...
-
https://man.plustar.jp/manpage/man1/sprof.1.html
- [similar]
- Man page of FANOTIFY 7849
- FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano
...
ectory was deleted in a watched parent. FAN_DELETE_SELF A watched file or directory was deleted. FAN_MOVED ...
been moved to a watched parent directory. FAN_MOVE_SELF 監視対象のディレクトリやファイルが移動された。 FAN ...
record including the fanotify_event_info_header itself. The total size of all additional information reco ...
events such as FAN_OPEN , FAN_ATTRIB , FAN_DELETE_SELF , and FAN_MOVE_SELF , if the value of info_type fi ...
-
https://man.plustar.jp/manpage/man7/fanotify.7.html
- [similar]
- Man page of PTHREAD_GETCPUCLOCKID 7710
- PTHREAD_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home P
...
ESS_CPUTIME_ID); s = pthread_getcpuclockid(pthread_self(), &cid); if (s != 0) handle_error_en(s, "pthread_ ...
timer_create (2), clock_getcpuclockid (3), pthread_self (3), pthreads (7), time (7) この文書について この ...
-
https://man.plustar.jp/manpage/man3/pthread_getcpuclockid.3.html
- [similar]
- Man page of PROC 7710
- PROC Section: Linux Programmer's Manual (5) Updated: 2015-01-22 Index JM Home Page 名前 proc - プ
...
THREAD in clone (2)), by writing to the file /proc/self/task/[tid]/comm . Strings longer than TASK_COMM_LE ...
イルを指定するフラグと仮定すると、 $ foobar -i /proc/self/fd/0 -o /proc/self/fd/1 ... を実行することにより、 ...
フィルタとして動作させることができる。 /proc/self/fd/N は、ある種の UNIX や UNIX 風のシステムにある ...
のたいていの MAKEDEV スクリプトは、 /dev/fd を /proc/self/fd へのシンボリックリンクにしている。 ほとんどのシ ...
-
https://man.plustar.jp/manpage/man5/proc.5.html
- [similar]