Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sleep_for
(Results
1 - 24
of
24
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H
A
D
timer_test.cpp
116
std::this_thread::
sleep_for
(std::chrono::milliseconds(SLEEPTIME));
in ValUpdate()
207
std::this_thread::
sleep_for
(duration1);
in HWTEST_F()
210
std::this_thread::
sleep_for
(duration2);
in HWTEST_F()
252
std::this_thread::
sleep_for
(duration);
in HWTEST_F()
H
A
D
time_test.cpp
23
std::this_thread::
sleep_for
(std::chrono::seconds(1));
in HWTEST_F()
44
std::this_thread::
sleep_for
(std::chrono::milliseconds(1001));
in HWTEST_F()
/third_party/node/test/addons/request-interrupt/
H
A
D
binding.cc
24
std::this_thread::
sleep_for
(std::chrono::seconds(1));
in ScheduleInterrupt()
42
std::this_thread::
sleep_for
(std::chrono::seconds(1));
in ScheduleInterruptWithJS()
/third_party/json/tests/thirdparty/Fuzzer/test/
H
A
D
OutOfMemoryTest.cpp
24
std::this_thread::
sleep_for
(std::chrono::seconds(1));
in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H
A
D
scheduler_test.cpp
123
std::this_thread::
sleep_for
(std::chrono::milliseconds(10));
in TEST_P()
150
std::this_thread::
sleep_for
(std::chrono::milliseconds(10));
in TEST_P()
H
A
D
conditionvariable_test.cpp
134
std::this_thread::
sleep_for
(std::chrono::milliseconds(50));
in TEST_P()
H
A
D
event_test.cpp
209
std::this_thread::
sleep_for
(std::chrono::milliseconds(50));
in TEST_P()
/third_party/vulkan-loader/tests/live_verification/
H
A
D
macos_static_loader_build.cpp
82
std::this_thread::
sleep_for
(std::chrono::milliseconds(10));
in main()
/third_party/benchmark/test/
H
A
D
options_test.cc
19
std::this_thread::
sleep_for
(
in BM_basic_slow()
H
A
D
benchmark_test.cc
197
std::this_thread::
sleep_for
(
in BM_ManualTiming()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/
H
A
D
cm_request.cpp
108
std::this_thread::
sleep_for
(std::chrono::milliseconds(100)); /* 100 is time */
in SendRequest()
/third_party/node/deps/v8/third_party/wasm-api/example/
H
A
D
threads.cc
41
std::this_thread::
sleep_for
(std::chrono::nanoseconds(100000));
in run()
/third_party/mesa3d/src/tool/pps/
H
A
D
pps_config.cc
170
std::this_thread::
sleep_for
(std::chrono::seconds(secs));
in main()
H
A
D
pps_datasource.cc
367
std::this_thread::
sleep_for
(sleep_time);
in trace_callback()
/third_party/googletest/googletest/test/
H
A
D
googletest-port-test.cc
339
std::this_thread::
sleep_for
(std::chrono::milliseconds(100));
in TEST()
1051
// value_ rearranged with the call to
sleep_for
when observed
in Increment()
1062
std::this_thread::
sleep_for
(
in Increment()
1071
std::this_thread::
sleep_for
(
in Increment()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkAMDMemoryAllocator.cpp
242
std::this_thread::
sleep_for
(std::chrono::microseconds(SkGetPreAllocDelay()));
in allocateImageMemory()
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
module-bluez5-device.c
1647
pa_usec_t
sleep_for
;
in thread_func()
local
1654
sleep_for
= time_passed < next_write_at ? next_write_at - time_passed : 0;
in thread_func()
1655
/* pa_log("Sleeping for %lu; time passed %lu, next write at %lu", (unsigned long)
sleep_for
, (unsigned long) time_passed, (unsigned long)next_write_at); */
in thread_func()
1673
sleep_for
= PA_USEC_PER_MSEC * 500;
in thread_func()
1675
pa_rtpoll_set_timer_relative(u->rtpoll,
sleep_for
);
in thread_func()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H
A
D
EGLProtectedContentTest.cpp
339
std::this_thread::
sleep_for
(1s);
in checkSwapBuffersResult()
/third_party/skia/tests/
H
A
D
GrThreadSafeCacheTest.cpp
1352
std::this_thread::
sleep_for
(std::chrono::milliseconds(5));
in test_13()
1354
std::this_thread::
sleep_for
(std::chrono::milliseconds(5));
in test_13()
H
A
D
ResourceCacheTest.cpp
1234
std::this_thread::
sleep_for
(GrStdSteadyClock::duration(5));
in test_time_purge()
1237
std::this_thread::
sleep_for
(GrStdSteadyClock::duration(5));
in test_time_purge()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H
A
D
wpagui.cpp
723
std::this_thread::
sleep_for
(std::chrono::milliseconds(200));
in updateNetworks()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineTimestampTests.cpp
1375
std::this_thread::
sleep_for
(std::chrono::nanoseconds(kSleepNanoseconds));
in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H
A
D
vktWsiSwapchainTests.cpp
929
std::this_thread::
sleep_for
(std::chrono::milliseconds(sleepInMs));
in createSwapchainSimulateOOMTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineTimestampTests.cpp
1298
std::this_thread::
sleep_for
(std::chrono::nanoseconds(kSleepNanoseconds));
Completed in 33 milliseconds