manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 22 for [SIMILAR] 16 1024 4096 WITH 57705 setjmp WITH 40... (0.106 sec.)
Man page of SIGNAL 0
SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal - シグナルの概要 説明 Linux は POSIX 信頼シグナル (reliable signal; 以後 "標準シグナル"と表記) と POSIX リアルタイムシグナルの両方に対応している。 シグナル処理方法 シグナルはそれぞれ現在の「処 ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of ALLOCA 0
ALLOCA Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 alloca - 自動的に解放されるメモリーを割り当てる 書式 #include < alloca.h > void *alloca(size_t size ); 説明 alloca () 関数は、 size バイトの領域を呼出元のスタックフレームに割り付ける。 この一時的な領 ...
https://man.plustar.jp/manpage/man3/alloca.3.html - [similar]
Man page of ABORT 0
ABORT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 abort - プロセスの異常終了を生じさせる 書式 #include < stdlib.h > void abort(void); 説明 abort () 関数は、まず SIGABRT の禁止 (block) を解除してから、 ( raise (3) が呼び出されたかのように) 呼び出し元 ...
https://man.plustar.jp/manpage/man3/abort.3.html - [similar]
Man page of SLEEP 0
SLEEP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sleep - 指定の秒数の間だけ休止する 書式 #include < unistd.h > unsigned int sleep(unsigned int seconds ); 説明 sleep () causes the calling thread to sleep either until the number of real-time seconds ...
https://man.plustar.jp/manpage/man3/sleep.3.html - [similar]
Man page of MAKECONTEXT 0
MAKECONTEXT Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 makecontext, swapcontext - ユーザーコンテキストを操作する 書式 #include < ucontext.h > void makecontext(ucontext_t * ucp , void (* func )(), int argc , ...); int swapcontext(ucontext_t * oucp , ...
https://man.plustar.jp/manpage/man3/makecontext.3.html - [similar]
Man page of MAKECONTEXT 0
MAKECONTEXT Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 makecontext, swapcontext - ユーザーコンテキストを操作する 書式 #include < ucontext.h > void makecontext(ucontext_t * ucp , void (* func )(), int argc , ...); int swapcontext(ucontext_t * oucp , ...
https://man.plustar.jp/manpage/man3/swapcontext.3.html - [similar]
Man page of SIGALTSTACK 0
SIGALTSTACK Section: Linux Programmer's Manual (2) Updated: 2010-09-26 Index JM Home Page 名前 sigaltstack - シグナルスタックのコンテキストを設定・取得する 書式 #include < signal.h > int sigaltstack(const stack_t * ss , stack_t * oss ); glibc 向けの機能検査マクロの要件 ( feature_test_mac ...
https://man.plustar.jp/manpage/man2/sigaltstack.2.html - [similar]
Man page of SIGALTSTACK 0
SIGALTSTACK Section: Linux Programmer's Manual (2) Updated: 2010-09-26 Index JM Home Page 名前 sigaltstack - シグナルスタックのコンテキストを設定・取得する 書式 #include < signal.h > int sigaltstack(const stack_t * ss , stack_t * oss ); glibc 向けの機能検査マクロの要件 ( feature_test_mac ...
https://man.plustar.jp/manpage/man3/sigstack.3.html - [similar]
Man page of ATEXIT 0
ATEXIT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 atexit - プロセスが正常終了した時に呼び出される関数を登録する 書式 #include < stdlib.h > int atexit(void (* function )(void)); 説明 atexit () 関数は、与えられた function を、 exit (3) やプログラムの ...
https://man.plustar.jp/manpage/man3/atexit.3.html - [similar]
Man page of EXIT 0
EXIT Section: Linux Programmer's Manual (3) Updated: 2020-02-09 Index JM Home Page 名前 exit - プロセスの正常終了 書式 #include < stdlib.h > void exit(int status ); 説明 exit () 関数は、プロセスを正常に終了させ、 status の最下位バイト (つまり status & 0xFF ) を親プロセスへ返す ( wait (2) ...
https://man.plustar.jp/manpage/man3/exit.3.html - [similar]
PREV 1 2 3 NEXT

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