Searched defs:timeout (Results 1 – 10 of 10) sorted by relevance
/trusty/kernel/lib/trusty/ |
D | handle.c | 84 static int __do_wait(event_t* ev, lk_time_t timeout) { in __do_wait() 135 lk_time_t timeout) { in handle_wait() 322 lk_time_t timeout) { in handle_list_wait()
|
D | handle_set.c | 318 lk_time_t timeout) { in hset_wait() 349 lk_time_t timeout) { in handle_set_wait() 369 lk_time_t timeout) { in handle_ref_wait()
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | qemu_error.py | 45 def __init__(self, step, timeout): argument
|
D | qemu.py | 493 def boottest_run(self, boot_tests, timeout=(60 * 2)): argument 627 timeout=60, argument
|
/trusty/user/app/sample/stats-test/consumer/ |
D | consumer.cpp | 313 uint32_t timeout = INFINITE_TIME; in main() local
|
/trusty/user/base/lib/tipc/rust/src/ |
D | handle.rs | 283 let timeout = timeout.unwrap_or(INFINITE_TIME); in wait() localVariable 513 let timeout = Some(1000); // 1 sec in wait_negative() localVariable
|
/trusty/user/base/lib/tipc/ |
D | tipc.c | 285 int tipc_handle_event(struct tipc_hset* hset, uint32_t timeout) { in tipc_handle_event()
|
/trusty/vendor/google/aosp/scripts/ |
D | trusty_build_config.py | 120 runargs=(), timeout=None): argument 143 timeout=None): argument
|
/trusty/user/base/lib/tipc/test/srv/ |
D | srv.c | 360 int sync_connect(const char* path, unsigned int timeout) { in sync_connect()
|
/trusty/user/base/lib/tipc/test/main/ |
D | main.c | 86 int sync_connect(const char* path, unsigned int timeout) { in sync_connect() 118 uint32_t timeout = 1000; // 1 sec in TEST() local
|