Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 1176) sorted by relevance

12345678910>>...48

/third_party/node/test/parallel/
Dtest-vm-timeout.js30 vm.runInThisContext('while(true) {}', { timeout: 100 }); property
38 vm.runInThisContext('', { timeout: 1000 }); property
45 runInVM: function(timeout) { argument
46 vm.runInNewContext('while(true) {}', context, { timeout }); field
49 vm.runInNewContext('runInVM(10)', context, { timeout: 10000 }); property
61 runInVM: function(timeout) { argument
62 vm.runInNewContext('while(true) {}', context, { timeout }); field
65 vm.runInNewContext('runInVM(10000)', context, { timeout: 100 }); property
76 runInVM: function(timeout) { argument
77 vm.runInNewContext('throw new Error(\'foobar\')', context, { timeout }); field
[all …]
Dtest-child-process-fork-timeout-kill-signal.js16 timeout: 5, property
24 timeout: 5, property
33 timeout: 'badValue', property
37 timeout: {}, property
47 timeout: 6, property
Dtest-child-process-spawn-timeout-kill-signal.js14 timeout: 5, property
22 timeout: 6, property
31 timeout: 'badValue', property
35 timeout: {}, property
44 timeout: 6, property
Dtest-dns-channel-timeout.js9 assert.throws(() => new ctor({ timeout }), { field
16 assert.throws(() => new ctor({ timeout }), { field
22 for (const timeout of [-1, 0, 1]) new ctor({ timeout }); // OK field
28 const resolver = new dns.Resolver({ timeout }); field
43 const resolver = new dns.promises.Resolver({ timeout }); field
Dtest-child-process-exec-timeout.js18 cp.exec(cmd, { timeout: 1 }, common.mustCall((err, stdout, stderr) => { property
42 timeout: 1, property
54 cp.exec(cmd, { timeout: 2 ** 30 }, common.mustSucceed((stdout, stderr) => { property
/third_party/node/doc/api/
Dtimers.md326 [`clearImmediate()`]: #timers_clearimmediate_immediate
327 [`clearInterval()`]: #timers_clearinterval_timeout
328 [`clearTimeout()`]: #timers_cleartimeout_timeout
329 [`setImmediate()`]: #timers_setimmediate_callback_args
330 [`setInterval()`]: #timers_setinterval_callback_delay_args
331 [`setTimeout()`]: #timers_settimeout_callback_delay_args
334 [primitive]: #timers_timeout_symbol_toprimitive
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_multi_callable.py28 def __call__(self, request, timeout=None, metadata=None, credentials=None): argument
34 def with_call(self, request, timeout=None, metadata=None, credentials=None): argument
40 def future(self, request, timeout=None, metadata=None, credentials=None): argument
53 def __call__(self, request, timeout=None, metadata=None, credentials=None): argument
68 timeout=None, argument
79 timeout=None, argument
90 timeout=None, argument
108 timeout=None, argument
/third_party/boost/libs/beast/include/boost/beast/websocket/
Dstream_base.hpp87 struct timeout struct
99 duration handshake_timeout;
103 duration idle_timeout;
121 bool keep_alive_pings;
141 suggested(role_type role) noexcept in suggested()
/third_party/boost/boost/beast/websocket/
Dstream_base.hpp87 struct timeout struct
99 duration handshake_timeout;
103 duration idle_timeout;
121 bool keep_alive_pings;
141 suggested(role_type role) noexcept in suggested()
/third_party/musl/libc-test/src/functionalext/supplement/select/
Dpselect.c61 struct timespec timeout; in pselect_normal_0100() local
80 struct timespec timeout; in pselect_error_0100() local
99 struct timespec timeout; in pselect_timeout_0100() local
120 struct timespec timeout; in pselect_time64_normal_0100() local
Dselect.c39 struct timeval timeout; in select_0100() local
60 struct timeval timeout; in select_0200() local
80 struct timeval timeout; in select_0300() local
100 struct timeval timeout; in select_time64_0100() local
/third_party/grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py93 def result(self, timeout=None): argument
103 def exception(self, timeout=None): argument
115 def traceback(self, timeout=None): argument
172 def _blocking_unary_unary(channel, group, method, timeout, with_call, argument
197 def _future_unary_unary(channel, group, method, timeout, protocol_options, argument
213 def _unary_stream(channel, group, method, timeout, protocol_options, metadata, argument
229 def _blocking_stream_unary(channel, group, method, timeout, with_call, argument
255 def _future_stream_unary(channel, group, method, timeout, protocol_options, argument
271 def _stream_stream(channel, group, method, timeout, protocol_options, metadata, argument
300 timeout, argument
[all …]
Dutilities.py39 def _block(self, timeout): argument
102 def result(self, timeout=None): argument
106 def exception(self, timeout=None): argument
110 def traceback(self, timeout=None): argument
/third_party/boost/libs/asio/example/cpp03/timeouts/
Dblocking_tcp_client.cpp51 boost::asio::chrono::steady_clock::duration timeout) in connect()
72 std::string read_line(boost::asio::chrono::steady_clock::duration timeout) in read_line()
97 boost::asio::chrono::steady_clock::duration timeout) in write_line()
117 void run(boost::asio::chrono::steady_clock::duration timeout) in run()
/third_party/boost/doc/html/boost_asio/example/cpp03/timeouts/
Dblocking_tcp_client.cpp51 boost::asio::chrono::steady_clock::duration timeout) in connect()
72 std::string read_line(boost::asio::chrono::steady_clock::duration timeout) in read_line()
97 boost::asio::chrono::steady_clock::duration timeout) in write_line()
117 void run(boost::asio::chrono::steady_clock::duration timeout) in run()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dppoll.c35 struct timespec timeout; in ppoll_0100() local
58 struct timespec timeout; in ppoll_0200() local
73 struct timespec timeout; in ppoll_0300() local
/third_party/mesa3d/src/util/
Dos_time.c118 os_time_get_absolute_timeout(uint64_t timeout) in os_time_get_absolute_timeout()
138 os_wait_until_zero(volatile int *var, uint64_t timeout) in os_wait_until_zero()
172 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout) in os_wait_until_zero_abs_timeout()
Dfutex.h37 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *a… in sys_futex()
47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait()
71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait()
101 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dmtx_timedlock.c32 struct timespec timeout; in mtx_timedlock_0100() local
60 struct timespec timeout; in mtx_timedlock_0200() local
91 struct timespec timeout; in mtx_timedlock_time64_0100() local
/third_party/grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py361 timeout, argument
387 def future(self, request, timeout, metadata=None, protocol_options=None): argument
411 timeout, argument
437 def __call__(self, request, timeout, metadata=None, protocol_options=None): argument
460 timeout, argument
488 timeout, argument
516 timeout, argument
541 timeout, argument
569 timeout, argument
593 timeout, argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/p2p/
Dp2p_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
115 timeout = 0 variable
141 timeout = value variable
Dp2p_find.py53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
125 timeout = 0 variable
151 timeout = value variable
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop.h11 void *timeout) in sys_semtimedop()
17 size_t nsops, void *timeout) in sys_semtimedop_time64()
35 struct sembuf *sops, size_t nsops, void *timeout) in call_semop()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/
Dp2p_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
115 timeout = 0 variable
141 timeout = value variable
Dp2p_find.py53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
125 timeout = 0 variable
151 timeout = value variable

12345678910>>...48