manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 20 for retval (0.023 sec.)
Man page of MATHERR 15209
MATHERR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mathe ... double arg2; /* 2nd argument to function */ double retval; /* Function return value */ } type フィールドは以 ... を一つしか取らない関数の場合は arg2 は不定となる)。 retval フィールドはその数学関数が呼び出し元に返そうとして ... c->type に 設定される値を示す。 "Result" 列は exc->retval に 設定されるデフォルトの返り値を示す。 "Msg?" 列と ... ception in log() function args: 0.000000, 0.000000 retval: -340282346638528859811704183484516925440.000000 l ...
https://man.plustar.jp/manpage/man3/matherr.3.html - [similar]
Man page of PTHREAD_EXIT 9873
PTHREAD_EXIT Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pthr ... 書式 #include < pthread.h > void pthread_exit(void * retval ); 説明 pthread_exit は、呼び出しスレッドの実行を終 ... 最後に、呼び出しスレッドの実行が停止される。 引数 retval はスレッドの返り値である。 この値は別のスレッドから ... 関連キーワード pthread , PTHREAD , 呼び出し , 実行 , retval , create , 最後 , 参照 , ハンドラ , 登録 Linux マニ ...
https://man.plustar.jp/manpage/man3/pthread_exit.3.html - [similar]
Man page of RECVMMSG 9516
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... #define BUFSIZE 200 #define TIMEOUT 1 int sockfd, retval; struct sockaddr_in addr; struct mmsghdr msgs[VLEN ... ; } timeout.tv_sec = TIMEOUT; timeout.tv_nsec = 0; retval = recvmmsg(sockfd, msgs, VLEN, 0, &timeout); if (r ... (EXIT_FAILURE); } printf("%d messages received\n", retval); for (int i = 0; i < retval; i++) { bufs[i][msgs[ ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of SENDMMSG 9142
SENDMMSG Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 send ... ct mmsghdr msg[2]; struct iovec msg1[2], msg2; int retval; sockfd = socket(AF_INET, SOCK_DGRAM, 0); if (sock ... dr.msg_iov = &msg2; msg[1].msg_hdr.msg_iovlen = 1; retval = sendmmsg(sockfd, msg, 2, 0); if (retval == -1) p ... r("sendmmsg()"); else printf("%d messages sent\n", retval); exit(0); } 関連項目 recvmmsg (2), sendmsg (2), s ...
https://man.plustar.jp/manpage/man2/sendmmsg.2.html - [similar]
Man page of PTHREAD_TRYJOIN_NP 8904
PTHREAD_TRYJOIN_NP Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page ... int pthread_tryjoin_np(pthread_t thread , void ** retval ); int pthread_timedjoin_np(pthread_t thread , voi ... d ** retval , const struct timespec * abstime ); -pthread を付 ... g) での join を実行し、スレッドの終了ステータスを *retval に入れて返す。 thread がまだ終了していない場合は、 ...
https://man.plustar.jp/manpage/man3/pthread_timedjoin_np.3.html - [similar]
Man page of PTHREAD_TRYJOIN_NP 8904
PTHREAD_TRYJOIN_NP Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page ... int pthread_tryjoin_np(pthread_t thread , void ** retval ); int pthread_timedjoin_np(pthread_t thread , voi ... d ** retval , const struct timespec * abstime ); -pthread を付 ... g) での join を実行し、スレッドの終了ステータスを *retval に入れて返す。 thread がまだ終了していない場合は、 ...
https://man.plustar.jp/manpage/man3/pthread_tryjoin_np.3.html - [similar]
Man page of SELECT 7936
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... t main(void) { fd_set rfds; struct timeval tv; int retval; /* stdin (fd 0) を監視し、入力があった場合に表示す ... 5 秒間監視する。*/ tv.tv_sec = 5; tv.tv_usec = 0; retval = select(1, &rfds, NULL, NULL, &tv); /* この時点で ... の tv の値を信頼してはならない。*/ if (retval == -1) perror("select()"); else if (retval) printf ...
https://man.plustar.jp/manpage/man2/_newselect.2.html - [similar]
Man page of SELECT 7936
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... t main(void) { fd_set rfds; struct timeval tv; int retval; /* stdin (fd 0) を監視し、入力があった場合に表示す ... 5 秒間監視する。*/ tv.tv_sec = 5; tv.tv_usec = 0; retval = select(1, &rfds, NULL, NULL, &tv); /* この時点で ... の tv の値を信頼してはならない。*/ if (retval == -1) perror("select()"); else if (retval) printf ...
https://man.plustar.jp/manpage/man2/pselect.2.html - [similar]
Man page of SELECT 7936
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... t main(void) { fd_set rfds; struct timeval tv; int retval; /* stdin (fd 0) を監視し、入力があった場合に表示す ... 5 秒間監視する。*/ tv.tv_sec = 5; tv.tv_usec = 0; retval = select(1, &rfds, NULL, NULL, &tv); /* この時点で ... の tv の値を信頼してはならない。*/ if (retval == -1) perror("select()"); else if (retval) printf ...
https://man.plustar.jp/manpage/man2/pselect6.2.html - [similar]
Man page of SELECT 7936
SELECT Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 select ... t main(void) { fd_set rfds; struct timeval tv; int retval; /* stdin (fd 0) を監視し、入力があった場合に表示す ... 5 秒間監視する。*/ tv.tv_sec = 5; tv.tv_usec = 0; retval = select(1, &rfds, NULL, NULL, &tv); /* この時点で ... の tv の値を信頼してはならない。*/ if (retval == -1) perror("select()"); else if (retval) printf ...
https://man.plustar.jp/manpage/man2/select.2.html - [similar]
PREV 1 2 NEXT

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