Home
last modified time | relevance | path

Searched refs:total_timeout (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
H A Dtirpc_toplevel_clnt_call_dataint.c55 struct timeval total_timeout; in main() local
68 total_timeout.tv_sec = 1; in main()
69 total_timeout.tv_usec = 1; in main()
84 total_timeout); in main()
96 total_timeout); in main()
108 total_timeout); in main()
120 total_timeout); in main()
133 total_timeout); in main()
H A Dtirpc_toplevel_clnt_call.c55 struct timeval total_timeout; in main() local
63 total_timeout.tv_sec = 1; in main()
64 total_timeout.tv_usec = 1; in main()
76 total_timeout); in main()
H A Dtirpc_toplevel_clnt_call_stress.c56 struct timeval total_timeout; in main() local
67 total_timeout.tv_sec = 1; in main()
68 total_timeout.tv_usec = 1; in main()
81 total_timeout); in main()
H A Dtirpc_toplevel_clnt_call_performance.c103 struct timeval total_timeout; in main() local
109 total_timeout.tv_sec = 1; in main()
110 total_timeout.tv_usec = 1; in main()
126 total_timeout); in main()
H A Dtirpc_toplevel_clnt_call_mt.c53 struct timeval total_timeout; in my_thread_process() local
60 total_timeout.tv_sec = 1; in my_thread_process()
61 total_timeout.tv_usec = 1; in my_thread_process()
75 total_timeout); in my_thread_process()
H A Dtirpc_toplevel_clnt_call_complex.c74 struct timeval total_timeout; in my_thread_process() local
76 total_timeout.tv_sec = 1; in my_thread_process()
77 total_timeout.tv_usec = 1; in my_thread_process()
98 total_timeout); in my_thread_process()
H A Dtirpc_toplevel_clnt_call_scalability.c54 struct timeval total_timeout; in my_thread_process() local
60 total_timeout.tv_sec = 1; in my_thread_process()
61 total_timeout.tv_usec = 1; in my_thread_process()
74 total_timeout); in my_thread_process()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perror/
H A Dtirpc_clnt_perror.c54 struct timeval total_timeout; in main() local
62 total_timeout.tv_sec = 1; in main()
63 total_timeout.tv_usec = 1; in main()
71 total_timeout); in main()
H A Dtirpc_clnt_perror_complex.c53 struct timeval total_timeout; in main() local
63 total_timeout.tv_sec = 1; in main()
64 total_timeout.tv_usec = 1; in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perrno/
H A Dtirpc_clnt_perrno.c54 struct timeval total_timeout; in main() local
62 total_timeout.tv_sec = 1; in main()
63 total_timeout.tv_usec = 1; in main()
71 total_timeout); in main()
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc82 static bool WaitOnFD(int fd, int read_timeout, int total_timeout, in WaitOnFD() argument
87 if (total_timeout != -1) { in WaitOnFD()
93 if (gone >= total_timeout) return false; in WaitOnFD()
101 (total_timeout != -1 && total_timeout - gone < read_timeout)) { in WaitOnFD()
102 read_timeout = total_timeout - gone; in WaitOnFD()
214 int* read_timeout, int* total_timeout) { in GetTimeouts()
217 *total_timeout = args[3] in GetTimeouts()
288 int read_timeout, int total_timeout) { in GetStdout()
305 if (!WaitOnFD(child_fd, read_timeout, total_timeout, start_tim in GetStdout()
213 GetTimeouts(const v8::FunctionCallbackInfo<v8::Value>& args, int* read_timeout, int* total_timeout) GetTimeouts() argument
286 GetStdout(Isolate* isolate, int child_fd, const struct timeval& start_time, int read_timeout, int total_timeout) GetStdout() argument
349 WaitForChild(Isolate* isolate, int pid, ZombieProtector& child_waiter, const struct timeval& start_time, int read_timeout, int total_timeout) WaitForChild() argument
417 int total_timeout = -1; System() local
[all...]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perror/
H A Drpc_clnt_perror.c54 struct timeval total_timeout; in main() local
62 total_timeout.tv_sec = 1; in main()
63 total_timeout.tv_usec = 1; in main()
71 total_timeout); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perrno/
H A Drpc_clnt_perrno.c54 struct timeval total_timeout; in main() local
62 total_timeout.tv_sec = 1; in main()
63 total_timeout.tv_usec = 1; in main()
71 total_timeout); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperror/
H A Drpc_clnt_sperror.c54 struct timeval total_timeout; in main() local
63 total_timeout.tv_sec = 1; in main()
64 total_timeout.tv_usec = 1; in main()
72 total_timeout); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperrno/
H A Drpc_clnt_sperrno.c54 struct timeval total_timeout; in main() local
63 total_timeout.tv_sec = 1; in main()
64 total_timeout.tv_usec = 1; in main()
72 total_timeout); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
H A Dtirpc_interlevel_clnt_call_complex.c74 struct timeval total_timeout; in my_thread_process() local
77 total_timeout.tv_sec = 1; in my_thread_process()
78 total_timeout.tv_usec = 1; in my_thread_process()
90 &total_timeout); in my_thread_process()
109 total_timeout); in my_thread_process()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
H A Dtirpc_bottomlevel_clnt_call_complex.c75 struct timeval total_timeout; in my_thread_process() local
80 total_timeout.tv_sec = 1; in my_thread_process()
81 total_timeout.tv_usec = 1; in my_thread_process()
126 total_timeout); in my_thread_process()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
H A Dtirpc_rpcb_rmtcall_complex.c75 struct timeval total_timeout; in my_thread_process() local
80 total_timeout.tv_sec = 1; in my_thread_process()
81 total_timeout.tv_usec = 1; in my_thread_process()
119 total_timeout, &svcaddr); in my_thread_process()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
H A Dtirpc_expertlevel_clnt_call_complex.c76 struct timeval total_timeout; in my_thread_process() local
81 total_timeout.tv_sec = 1; in my_thread_process()
82 total_timeout.tv_usec = 1; in my_thread_process()
127 total_timeout); in my_thread_process()
/third_party/openssl/test/
H A Dcmp_client_test.c199 int total_timeout, int expect) in test_exec_IR_ses_poll()
207 OSSL_CMP_OPT_TOTAL_TIMEOUT, total_timeout); in test_exec_IR_ses_poll()
408 static int test_exec_GENM_ses(int transfer_error, int total_timeout, int expect) in test_exec_GENM_ses() argument
415 * here because this will correct total_timeout to be >= 0 in test_exec_GENM_ses()
417 fixture->cmp_ctx->total_timeout = total_timeout; in test_exec_GENM_ses()
198 test_exec_IR_ses_poll(int check_after, int poll_count, int total_timeout, int expect) test_exec_IR_ses_poll() argument
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_client.c142 if (ctx->total_timeout != 0 /* not waiting indefinitely */) { in send_receive_check()
144 ctx->end_time = now + ctx->total_timeout; in send_receive_check()
169 ctx->total_timeout != 0 && time(NULL) >= ctx->end_time ? in send_receive_check()
241 * A transaction timeout is enabled if ctx->total_timeout is != 0.
313 if (ctx->total_timeout != 0) { /* timeout is not infinite */ in poll_for_response()
H A Dcmp_ctx.c1099 ctx->total_timeout = val; in OSSL_CMP_CTX_set_option()
1164 return ctx->total_timeout; in OSSL_CMP_CTX_get_option()
H A Dcmp_local.h51 int total_timeout; /* max number of seconds an enrollment may take, incl. */ member
/third_party/openssl/crypto/cmp/
H A Dcmp_client.c145 if (ctx->total_timeout != 0 /* not waiting indefinitely */) { in send_receive_check()
147 ctx->end_time = now + ctx->total_timeout; in send_receive_check()
172 ctx->total_timeout != 0 && time(NULL) >= ctx->end_time ? in send_receive_check()
244 * A transaction timeout is enabled if ctx->total_timeout is != 0.
316 if (ctx->total_timeout != 0) { /* timeout is not infinite */ in poll_for_response()
H A Dcmp_ctx.c1099 ctx->total_timeout = val; in OSSL_CMP_CTX_set_option()
1164 return ctx->total_timeout; in OSSL_CMP_CTX_get_option()

Completed in 15 milliseconds

12