manページ検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 591 for error (0.018 sec.)
Man page of PTHREAD_MUTEXATTR 3893
PTHREAD_MUTEXATTR Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 ... PTHREAD_MUTEX_RECURSIVE_NP 、「エラー検査を行なう (error checking) 」 mutex を表す PTHREAD_MUTEX_ERRORCHECK ... ドを永遠に停止させる。 mutex が「エラー検査を行なう (error checking) 」という種別の場合、 pthread_mutex_lock ... および PTHREAD_MUTEX_RECURSIVE_NP 、 PTHREAD_MUTEX_ERRORCHECK_NP のいずれでもない。 著者 Xavier Leroy < Xav ... 表す PTHREAD_MUTEX_TIMED_NP 、「エラー検査を行なう (error checking) 」 mutex を表す PTHREAD_MUTEX_ERRORCHECK ...
https://man.plustar.jp/manpage/man3/pthread_mutexattr_setkind_np.3.html - [similar]
Man page of PTHREAD_TRYJOIN_NP 3893
PTHREAD_TRYJOIN_NP Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page ... ires before thread terminates, the call returns an error. The abstime argument is a structure of the follow ... ck_gettime(CLOCK_REALTIME, &ts) == -1) { /* Handle error */ } ts.tv_sec += 5; s = pthread_timedjoin_np(thre ... ad, NULL, &ts); if (s != 0) { /* Handle error */ } バグ The pthread_timedjoin_np () function mea ...
https://man.plustar.jp/manpage/man3/pthread_timedjoin_np.3.html - [similar]
Man page of PTHREAD_TRYJOIN_NP 3893
PTHREAD_TRYJOIN_NP Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page ... ires before thread terminates, the call returns an error. The abstime argument is a structure of the follow ... ck_gettime(CLOCK_REALTIME, &ts) == -1) { /* Handle error */ } ts.tv_sec += 5; s = pthread_timedjoin_np(thre ... ad, NULL, &ts); if (s != 0) { /* Handle error */ } バグ The pthread_timedjoin_np () function mea ...
https://man.plustar.jp/manpage/man3/pthread_tryjoin_np.3.html - [similar]
Man page of SEM_WAIT 3893
SEM_WAIT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 sem_ ... > #include < signal.h > sem_t sem; #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... FAILURE); } if (sem_init(&sem, 0, 0) == -1) handle_error("sem_init"); /* Establish SIGALRM handler; set ala ... 0; if (sigaction(SIGALRM, &sa, NULL) == -1) handle_error("sigaction"); alarm(atoi(argv[1])); /* Calculate r ... (clock_gettime(CLOCK_REALTIME, &ts) == -1) handle_error("clock_gettime"); ts.tv_sec += atoi(argv[2]); prin ...
https://man.plustar.jp/manpage/man3/sem_timedwait.3.html - [similar]
Man page of SCGCHECK 3848
SCGCHECK Section: Schily's USER COMMANDS (1) Updated: Version 1.10 Index JM Home Page 名前 scgch ... ラーメッセージは以下のようなものである: readcd: I/O error. test unit ready: scsi sendcmd: no error CDB: 00 2 ... ある。 他の問題が起こらないときに、一般的なのは I/O error である。 次の文字列は失敗した SCSI コマンドの簡単な ... ンドを転送する際に 問題が発生したことを示す。 fatal error はコマンドを転送できなかったことを示す (つまり、要 ... が現在のコマンドに直接関係していない場合、 deferred error という文字列が表示される。 6 行目は sense code のエ ...
https://man.plustar.jp/manpage/man1/scgcheck.1.html - [similar]
Man page of NETLINK 3848
NETLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 netli ... つである: NLMSG_NOOP メッセージは無視される。 NLMSG_ERROR メッセージはエラーを示し、ペイロードには nlmsgerr ... ートメッセージの終了を伝える。 struct nlmsgerr { int error; /* 負または 0 の errno は応答を表す */ struct nlm ... これには NLM_F_ACK フラグをセットする。 応答は NLMSG_ERROR パケットのエラーフィールドを 0 にしたものになる。 ... らない。 カーネルは失敗したパケットに対して、 NLMSG_ERROR メッセージを送ろうとする。 ユーザープロセスはこの慣 ...
https://man.plustar.jp/manpage/man7/netlink.7.html - [similar]
Man page of EVENTFD 3811
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... nt.h > /* Definition of uint64_t */ #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... URE); } efd = eventfd(0, 0); if (efd == -1) handle_error("eventfd"); switch (fork()) { case 0: for (int j = ... zeof(uint64_t)); if (s != sizeof(uint64_t)) handle_error("write"); } printf("Child completed write loop\n") ... zeof(uint64_t)); if (s != sizeof(uint64_t)) handle_error("read"); printf("Parent read %"PRIu64" (%#"PRIx64" ...
https://man.plustar.jp/manpage/man2/eventfd.2.html - [similar]
Man page of EVENTFD 3811
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... nt.h > /* Definition of uint64_t */ #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... URE); } efd = eventfd(0, 0); if (efd == -1) handle_error("eventfd"); switch (fork()) { case 0: for (int j = ... zeof(uint64_t)); if (s != sizeof(uint64_t)) handle_error("write"); } printf("Child completed write loop\n") ... zeof(uint64_t)); if (s != sizeof(uint64_t)) handle_error("read"); printf("Parent read %"PRIu64" (%#"PRIx64" ...
https://man.plustar.jp/manpage/man2/eventfd2.2.html - [similar]
Man page of ENVZ_ADD 3811
ENVZ_ADD Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 envz ... ip - 環境変数文字列の操作 書式 #include < envz.h > error_t envz_add(char ** envz , size_t * envz_len , cons ... ar * envz , size_t envz_len , const char * name ); error_t envz_merge(char ** envz , size_t * envz_len , co ... 返り値 メモリー割り当てを行う envz 関数群はすべて error_t 型 (integer 型) の返り値を持つ。 成功した場合は ...
https://man.plustar.jp/manpage/man3/envz.3.html - [similar]
Man page of ENVZ_ADD 3811
ENVZ_ADD Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 envz ... ip - 環境変数文字列の操作 書式 #include < envz.h > error_t envz_add(char ** envz , size_t * envz_len , cons ... ar * envz , size_t envz_len , const char * name ); error_t envz_merge(char ** envz , size_t * envz_len , co ... 返り値 メモリー割り当てを行う envz 関数群はすべて error_t 型 (integer 型) の返り値を持つ。 成功した場合は ...
https://man.plustar.jp/manpage/man3/envz_add.3.html - [similar]
PREV 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 NEXT

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