/third_party/node/test/parallel/ |
D | test-vm-timeout.js | 30 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 …]
|
D | test-child-process-fork-timeout-kill-signal.js | 12 timeout: 5, property 20 timeout: 5, property 29 timeout: 'badValue', property 33 timeout: {}, property 43 timeout: 6, property
|
D | test-child-process-spawn-timeout-kill-signal.js | 13 timeout: 5, property 21 timeout: 6, property 30 timeout: 'badValue', property 34 timeout: {}, property 43 timeout: 6, property
|
D | test-dns-channel-timeout.js | 9 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
|
D | test-runner-option-validation.js | 7 assert.throws(() => test({ timeout }), { code: 'ERR_INVALID_ARG_TYPE' }); field 10 assert.throws(() => test({ timeout }), { code: 'ERR_OUT_OF_RANGE' }); field 14 test({ timeout }); field
|
D | test-http-client-timeout-option-with-agent.js | 11 agent: new Agent({ timeout: 50 }), property 13 timeout: 100 property
|
D | test-timers-to-primitive.js | 19 const timeout = setTimeout(common.mustNotCall(), 1); constant 26 const timeout = setTimeout(common.mustNotCall(), 1); constant
|
/third_party/musl/libc-test/src/functionalext/supplement/select/ |
D | pselect.c | 61 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
|
D | select.c | 39 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/mesa3d/src/util/ |
D | futex.h | 41 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *a… in sys_futex() 51 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() 75 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() 105 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() 142 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait()
|
D | os_time.c | 118 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()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | ppoll.c | 35 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/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | pthread_cond_test.cpp | 63 … clock, int (*testWaitFunc)(pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout)) in MakeTimeout() 156 …imeout(CLOCK_MONOTONIC, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout) { in __anonaf1334be0102() 160 …imeout(CLOCK_MONOTONIC, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout) { in __anonaf1334be0202() 177 …Timeout(CLOCK_REALTIME, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout) { in __anonaf1334be0302() 181 …Timeout(CLOCK_REALTIME, [](pthread_cond_t* cond, pthread_mutex_t* mutex, const timespec* timeout) { in __anonaf1334be0402()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | mtx_timedlock.c | 32 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/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop.h | 11 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_standard/wpa_supplicant/examples/p2p/ |
D | p2p_listen.py | 50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 115 timeout = 0 variable 141 timeout = value variable
|
D | p2p_find.py | 53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 125 timeout = 0 variable 151 timeout = value variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/p2p/ |
D | p2p_listen.py | 50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 115 timeout = 0 variable 141 timeout = value variable
|
D | p2p_find.py | 53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 125 timeout = 0 variable 151 timeout = value variable
|
/third_party/mesa3d/src/mesa/main/ |
D | syncobj.c | 119 GLbitfield flags, GLuint64 timeout) in __client_wait_sync() 338 GLbitfield flags, GLuint64 timeout) in client_wait_sync() 369 _mesa_ClientWaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync_no_error() 379 _mesa_ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_ClientWaitSync() 404 GLbitfield flags, GLuint64 timeout) in wait_sync() 437 _mesa_WaitSync_no_error(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync_no_error() 447 _mesa_WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) in _mesa_WaitSync()
|
/third_party/rust/crates/nix/src/sys/ |
D | select.rs | 193 let timeout = timeout.into(); in select() localVariable 215 let timeout = timeout in select() localVariable 277 let timeout = timeout.into(); localVariable 291 let timeout = timeout.map(|ts| ts.as_ref() as *const libc::timespec).unwrap_or(null()); localVariable 395 let mut timeout = TimeVal::seconds(10); in test_select() localVariable 414 let mut timeout = TimeVal::seconds(10); in test_select_nfds() localVariable 440 let mut timeout = TimeVal::seconds(10); in test_select_nfds2() localVariable
|
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/ |
D | sendmmsg_var.h | 30 unsigned int vlen, unsigned int flags, void *timeout) in libc_recvmmsg() 41 unsigned int vlen, unsigned int flags, void *timeout) in sys_recvmmsg() 47 unsigned int vlen, unsigned int flags, void *timeout) in sys_recvmmsg64()
|
/third_party/node/test/pummel/ |
D | test-vm-race.js | 9 const sandbox = { timeout: 5 }; property 26 script.runInContext(context, { timeout: 5 }); property
|
/third_party/node/test/fixtures/test-runner/output/ |
D | describe_it.js | 313 it('timed out async test', { timeout: 5 }, async () => { property 319 it('timed out callback test', { timeout: 5 }, (t, done) => { property 324 it('large timeout async test is ok', { timeout: 30_000_000 }, async () => { property 330 it('large timeout callback test is ok', { timeout: 30_000_000 }, (t, done) => { property
|
/third_party/musl/ndk_musl_include/fortify/ |
D | poll.h | 34 int poll(struct pollfd* const fds __DIAGNOSE_PASS_OBJECT_SIZE, nfds_t fd_amount, int timeout) in poll() 52 const struct timespec* timeout, const sigset_t* mask) in ppoll()
|