| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | class_initializer.cpp | 72 bool TimedWait([[maybe_unused]] uint64_t timeout) in TimedWait() argument
|
| H A D | monitor_object_lock.cpp | 38 bool ObjectLock::TimedWait(uint64_t timeout) in TimedWait() argument
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| H A D | options_ark_aot.py | 44 def timeout(self) -> int: member in ArkAotOptions
|
| H A D | options_verifier.py | 44 def timeout(self) -> int: member in VerifierOptions
|
| H A D | options_ark.py | 41 def timeout(self) -> int: member in ArkOptions
|
| H A D | options_es2panda.py | 44 def timeout(self) -> int: member in Es2PandaOptions
|
| /test/xts/hats/kernel/syscalls/async/ppoll/ |
| H A D | PpollApiTest.cpp | 83 struct timespec timeout; in HWTEST_F() local 106 struct timespec timeout; in HWTEST_F() local
|
| /test/xts/hats/kernel/syscalls/async/pselect/ |
| H A D | PselectApiTest.cpp | 81 timespec timeout; in HWTEST_F() local 106 timespec timeout = {0, 0}; in HWTEST_F() local 129 timespec timeout = {0, 0}; in HWTEST_F() local
|
| /test/ostest/wukong/common/src/ |
| H A D | wukong_logger.cpp | 185 const auto timeout = std::chrono::milliseconds(LOG_PRINTER_TIMEOUT); in Run() local
|
| /test/xts/dcts/communication/softbus_standard/common/ |
| H A D | wifi_utils.cpp | 44 int timeout = 10;
in EnableWifi() local 87 int timeout = 10;
in DisableWifi() local 136 int timeout = 10; ConnectTo() local [all...] |
| /test/xts/dcts/communication/softbus_standard/transmission/sendfile/ |
| H A D | trans_file_func_test.cpp | 137 static int WaitFile(int timeout)
in WaitFile() argument
|
| /test/xts/acts/commonlibrary/toolchain/libc-test/src/ |
| H A D | toolchaintest.cpp | 65 int timeoutsec = 10, timeout = 0; in RunTests() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| H A D | fmutex.h | 77 inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volatile int *uaddr2, int val3) in futex() argument
|
| H A D | mutex.cpp | 372 bool timeout = false; in TimedWait() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| H A D | fmutex.h | 83 inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volatile int *uaddr2, int val3) in futex() argument
|
| /test/xts/acts/ai/nncore/nncoretest/src/ |
| H A D | HdiExecutorTest.cpp | 318 int32_t timeout = 60;
in HWTEST_F() local 339 int32_t timeout = 60;
in HWTEST_F() local 361 int32_t timeout = 60;
in HWTEST_F() local 383 int32_t timeout = 60;
in HWTEST_F() local 404 int32_t timeout = 60;
in HWTEST_F() local 425 int32_t timeout = 60; HWTEST_F() local [all...] |
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | pollndk.cpp | 59 struct timespec timeout = {PARAM_0};
in Ppoll() local
|
| H A D | selectndk.cpp | 66 struct timespec timeout = {PARAM_0};
in PSelect() local
|
| /test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
| H A D | signalndk32.cpp | 57 timespec timeout = {.tv_sec = PARAM_2, .tv_nsec = PARAM_0};
in SigTimedWait_time641() local 77 timespec timeout = {.tv_sec = PARAM_2, .tv_nsec = PARAM_0};
in SigTimedWait_time642() local
|
| /test/xts/dcts/common/ |
| H A D | shm_utils.cpp | 118 int timeout = 10;
in waitDataWithCode() local
|
| /test/xts/dcts/communication/softbus_standard/transmission/sessionmgt/ |
| H A D | trans_session_func_test.cpp | 246 int timeout = 10;
in HWTEST_F() local 295 int timeout = 10;
in HWTEST_F() local 344 int timeout = 10;
in HWTEST_F() local 396 int timeout = 10;
in HWTEST_F() local 444 int timeout = 10;
in HWTEST_F() local 492 int timeout = 10; HWTEST_F() local [all...] |
| /applications/standard/app_samples/code/BasicFeature/Connectivity/VPN/entry/src/main/cpp/ |
| H A D | vpn_client.cpp | 152 struct timeval timeout = {1, 0};
in TcpConnect() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_shared_memory.cpp | 34 bool EtsSharedMemory::Waiter::Wait(std::optional<uint64_t> timeout) in Wait() argument 148 Wait(EtsSharedMemory *mem, uint32_t byteOffset, IntegerType expectedValue, std::optional<uint64_t> timeout) Wait() argument 192 WaitI32(uint32_t byteOffset, int32_t expectedValue, std::optional<uint64_t> timeout) WaitI32() argument 198 WaitI64(uint32_t byteOffset, int64_t expectedValue, std::optional<uint64_t> timeout) WaitI64() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | mtmanaged_thread.h | 228 bool TimedWait(ThreadStatus waitStatus, uint64_t timeout, uint64_t nanos = 0, bool isAbsolute = false) in TimedWait() argument
|
| /arkcompiler/toolchain/websocket/ |
| H A D | websocket_base.cpp | 318 struct timeval timeout = {static_cast<time_t>(timeoutLimit), 0}; in SetWebSocketTimeOut() local 337 struct timeval timeout = {static_cast<time_t>(timeoutLimit), 0}; in SetWebSocketTimeOut() local [all...] |