Home
last modified time | relevance | path

Searched refs:WaitTime (Results 1 – 25 of 1107) sorted by relevance

12345678910>>...45

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/include/aws/pinpoint/model/
H A DWaitTime.h33 class AWS_PINPOINT_API WaitTime
36 WaitTime();
37 WaitTime(Aws::Utils::Json::JsonView jsonValue);
38 WaitTime& operator=(Aws::Utils::Json::JsonView jsonValue);
82 inline WaitTime& WithWaitFor(const Aws::String& value) { SetWaitFor(value); return *this;} in WithWaitFor()
89 inline WaitTime& WithWaitFor(Aws::String&& value) { SetWaitFor(std::move(value)); return *this;} in WithWaitFor()
96 inline WaitTime& WithWaitFor(const char* value) { SetWaitFor(value); return *this;} in WithWaitFor()
139 inline WaitTime& WithWaitUntil(const Aws::String& value) { SetWaitUntil(value); return *this;} in WithWaitUntil()
146 …inline WaitTime& WithWaitUntil(Aws::String&& value) { SetWaitUntil(std::move(value)); return *this… in WithWaitUntil()
153 inline WaitTime& WithWaitUntil(const char* value) { SetWaitUntil(value); return *this;} in WithWaitUntil()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/source/model/
H A DWaitTime.cpp21 WaitTime::WaitTime() : in WaitTime() function in Aws::Pinpoint::Model::WaitTime
27 WaitTime::WaitTime(JsonView jsonValue) : in WaitTime() function in Aws::Pinpoint::Model::WaitTime
34 WaitTime& WaitTime::operator =(JsonView jsonValue) in operator =()
53 JsonValue WaitTime::Jsonize() const in Jsonize()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_for.pass.cpp43 ms WaitTime = ms(250); variable
45 ms WaitTime = ms(750); variable
60 assert(m.try_lock_for(WaitTime + Tolerance) == true); in f1()
63 ns d = t1 - t0 - WaitTime; in f1()
70 assert(m.try_lock_for(WaitTime) == false); in f2()
72 ns d = t1 - t0 - WaitTime; in f2()
81 std::this_thread::sleep_for(WaitTime); in main()
88 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
H A Dtry_lock_until.pass.cpp43 ms WaitTime = ms(250); variable
45 ms WaitTime = ms(750); variable
60 assert(m.try_lock_until(Clock::now() + WaitTime + Tolerance) == true); in f1()
63 ns d = t1 - t0 - WaitTime; in f1()
70 assert(m.try_lock_until(Clock::now() + WaitTime) == false); in f2()
72 ns d = t1 - t0 - WaitTime; in f2()
81 std::this_thread::sleep_for(WaitTime); in main()
88 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
H A Dtry_lock_shared_for.pass.cpp43 ms WaitTime = ms(250); variable
45 ms WaitTime = ms(750); variable
60 assert(m.try_lock_shared_for(WaitTime + Tolerance) == true); in f1()
63 ns d = t1 - t0 - WaitTime; in f1()
70 assert(m.try_lock_shared_for(WaitTime) == false); in f2()
72 ns d = t1 - t0 - WaitTime; in f2()
83 std::this_thread::sleep_for(WaitTime); in main()
93 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c51 UINT32 WaitTime; in TisPcWaitRegisterBits() local
53 for (WaitTime = 0; WaitTime < TimeOut; WaitTime += 30){ in TisPcWaitRegisterBits()
80 UINT32 WaitTime; in TisPcReadBurstCount() local
88 WaitTime = 0; in TisPcReadBurstCount()
101 WaitTime += 30; in TisPcReadBurstCount()
102 } while (WaitTime < TIS_TIMEOUT_D); in TisPcReadBurstCount()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c51 UINT32 WaitTime; in TisPcWaitRegisterBits() local
53 for (WaitTime = 0; WaitTime < TimeOut; WaitTime += 30){ in TisPcWaitRegisterBits()
80 UINT32 WaitTime; in TisPcReadBurstCount() local
88 WaitTime = 0; in TisPcReadBurstCount()
101 WaitTime += 30; in TisPcReadBurstCount()
102 } while (WaitTime < TIS_TIMEOUT_D); in TisPcReadBurstCount()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c51 UINT32 WaitTime; in TisPcWaitRegisterBits() local
53 for (WaitTime = 0; WaitTime < TimeOut; WaitTime += 30){ in TisPcWaitRegisterBits()
80 UINT32 WaitTime; in TisPcReadBurstCount() local
88 WaitTime = 0; in TisPcReadBurstCount()
101 WaitTime += 30; in TisPcReadBurstCount()
102 } while (WaitTime < TIS_TIMEOUT_D); in TisPcReadBurstCount()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c51 UINT32 WaitTime; in TisPcWaitRegisterBits() local
53 for (WaitTime = 0; WaitTime < TimeOut; WaitTime += 30){ in TisPcWaitRegisterBits()
80 UINT32 WaitTime; in TisPcReadBurstCount() local
88 WaitTime = 0; in TisPcReadBurstCount()
101 WaitTime += 30; in TisPcReadBurstCount()
102 } while (WaitTime < TIS_TIMEOUT_D); in TisPcReadBurstCount()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c51 UINT32 WaitTime; in TisPcWaitRegisterBits() local
53 for (WaitTime = 0; WaitTime < TimeOut; WaitTime += 30){ in TisPcWaitRegisterBits()
80 UINT32 WaitTime; in TisPcReadBurstCount() local
88 WaitTime = 0; in TisPcReadBurstCount()
101 WaitTime += 30; in TisPcReadBurstCount()
102 } while (WaitTime < TIS_TIMEOUT_D); in TisPcReadBurstCount()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c51 UINT32 WaitTime; in TisPcWaitRegisterBits() local
53 for (WaitTime = 0; WaitTime < TimeOut; WaitTime += 30){ in TisPcWaitRegisterBits()
80 UINT32 WaitTime; in TisPcReadBurstCount() local
88 WaitTime = 0; in TisPcReadBurstCount()
101 WaitTime += 30; in TisPcReadBurstCount()
102 } while (WaitTime < TIS_TIMEOUT_D); in TisPcReadBurstCount()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c57 UINT32 WaitTime; in TisPcWaitRegisterBits() local
59 for (WaitTime = 0; WaitTime < TimeOut; WaitTime += 30){ in TisPcWaitRegisterBits()
86 UINT32 WaitTime; in TisPcReadBurstCount() local
94 WaitTime = 0; in TisPcReadBurstCount()
107 WaitTime += 30; in TisPcReadBurstCount()
108 } while (WaitTime < TIS_TIMEOUT_D); in TisPcReadBurstCount()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c51 UINT32 WaitTime; in TisPcWaitRegisterBits() local
53 for (WaitTime = 0; WaitTime < TimeOut; WaitTime += 30){ in TisPcWaitRegisterBits()
80 UINT32 WaitTime; in TisPcReadBurstCount() local
88 WaitTime = 0; in TisPcReadBurstCount()
101 WaitTime += 30; in TisPcReadBurstCount()
102 } while (WaitTime < TIS_TIMEOUT_D); in TisPcReadBurstCount()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c51 UINT32 WaitTime; in TisPcWaitRegisterBits() local
53 for (WaitTime = 0; WaitTime < TimeOut; WaitTime += 30){ in TisPcWaitRegisterBits()
80 UINT32 WaitTime; in TisPcReadBurstCount() local
88 WaitTime = 0; in TisPcReadBurstCount()
101 WaitTime += 30; in TisPcReadBurstCount()
102 } while (WaitTime < TIS_TIMEOUT_D); in TisPcReadBurstCount()
/dports/sysutils/edk2/edk2-edk2-stable202102/SecurityPkg/Library/TpmCommLib/
H A DTisPc.c51 UINT32 WaitTime; in TisPcWaitRegisterBits() local
53 for (WaitTime = 0; WaitTime < TimeOut; WaitTime += 30){ in TisPcWaitRegisterBits()
80 UINT32 WaitTime; in TisPcReadBurstCount() local
88 WaitTime = 0; in TisPcReadBurstCount()
101 WaitTime += 30; in TisPcReadBurstCount()
102 } while (WaitTime < TIS_TIMEOUT_D); in TisPcReadBurstCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_until.pass.cpp42 ms WaitTime = ms(250); variable
56 assert(m.try_lock_until(Clock::now() + WaitTime + Tolerance) == true); in f1()
59 ns d = t1 - t0 - WaitTime; in f1()
66 assert(m.try_lock_until(Clock::now() + WaitTime) == false); in f2()
68 ns d = t1 - t0 - WaitTime; in f2()
77 std::this_thread::sleep_for(WaitTime); in main()
84 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
H A Dtry_lock_for.pass.cpp42 ms WaitTime = ms(250); variable
56 assert(m.try_lock_for(WaitTime + Tolerance) == true); in f1()
59 ns d = t1 - t0 - WaitTime; in f1()
66 assert(m.try_lock_for(WaitTime) == false); in f2()
68 ns d = t1 - t0 - WaitTime; in f2()
77 std::this_thread::sleep_for(WaitTime); in main()
84 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_for.pass.cpp37 ms WaitTime = ms(250); variable
51 assert(m.try_lock_for(WaitTime + Tolerance) == true); in f1()
54 ns d = t1 - t0 - WaitTime; in f1()
61 assert(m.try_lock_for(WaitTime) == false); in f2()
63 ns d = t1 - t0 - WaitTime; in f2()
72 std::this_thread::sleep_for(WaitTime); in main()
79 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
H A Dtry_lock_until.pass.cpp37 ms WaitTime = ms(250); variable
51 assert(m.try_lock_until(Clock::now() + WaitTime + Tolerance) == true); in f1()
54 ns d = t1 - t0 - WaitTime; in f1()
61 assert(m.try_lock_until(Clock::now() + WaitTime) == false); in f2()
63 ns d = t1 - t0 - WaitTime; in f2()
72 std::this_thread::sleep_for(WaitTime); in main()
79 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_for.pass.cpp41 ms WaitTime = ms(250); variable
55 assert(m.try_lock_for(WaitTime + Tolerance) == true); in f1()
58 ns d = t1 - t0 - WaitTime; in f1()
65 assert(m.try_lock_for(WaitTime) == false); in f2()
67 ns d = t1 - t0 - WaitTime; in f2()
76 std::this_thread::sleep_for(WaitTime); in main()
83 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_until.pass.cpp37 ms WaitTime = ms(250); variable
51 assert(m.try_lock_until(Clock::now() + WaitTime + Tolerance) == true); in f1()
54 ns d = t1 - t0 - WaitTime; in f1()
61 assert(m.try_lock_until(Clock::now() + WaitTime) == false); in f2()
63 ns d = t1 - t0 - WaitTime; in f2()
72 std::this_thread::sleep_for(WaitTime); in main()
79 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
H A Dtry_lock_for.pass.cpp37 ms WaitTime = ms(250); variable
51 assert(m.try_lock_for(WaitTime + Tolerance) == true); in f1()
54 ns d = t1 - t0 - WaitTime; in f1()
61 assert(m.try_lock_for(WaitTime) == false); in f2()
63 ns d = t1 - t0 - WaitTime; in f2()
72 std::this_thread::sleep_for(WaitTime); in main()
79 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_for.pass.cpp41 ms WaitTime = ms(250); variable
55 assert(m.try_lock_for(WaitTime + Tolerance) == true); in f1()
58 ns d = t1 - t0 - WaitTime; in f1()
65 assert(m.try_lock_for(WaitTime) == false); in f2()
67 ns d = t1 - t0 - WaitTime; in f2()
76 std::this_thread::sleep_for(WaitTime); in main()
83 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
H A Dtry_lock_until.pass.cpp37 ms WaitTime = ms(250); variable
51 assert(m.try_lock_until(Clock::now() + WaitTime + Tolerance) == true); in f1()
54 ns d = t1 - t0 - WaitTime; in f1()
61 assert(m.try_lock_until(Clock::now() + WaitTime) == false); in f2()
63 ns d = t1 - t0 - WaitTime; in f2()
72 std::this_thread::sleep_for(WaitTime); in main()
79 std::this_thread::sleep_for(WaitTime + Tolerance); in main()
H A Dtry_lock_for.pass.cpp37 ms WaitTime = ms(250); variable
51 assert(m.try_lock_for(WaitTime + Tolerance) == true); in f1()
54 ns d = t1 - t0 - WaitTime; in f1()
61 assert(m.try_lock_for(WaitTime) == false); in f2()
63 ns d = t1 - t0 - WaitTime; in f2()
72 std::this_thread::sleep_for(WaitTime); in main()
79 std::this_thread::sleep_for(WaitTime + Tolerance); in main()

12345678910>>...45