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:SleepFor
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H
A
D
clock.h
44
//
SleepFor
()
51
void
SleepFor
(absl::Duration duration);
70
inline void absl::
SleepFor
(absl::Duration duration) {
in SleepFor()
function in absl
H
A
D
clock_test.cc
49
// Does
SleepFor
(d) take between lower_bound and upper_bound at least
69
absl::
SleepFor
(d);
in SleepForBounded()
78
return true; // yes, the
SleepFor
() was correctly bounded
in SleepForBounded()
97
<< "
SleepFor
(" << d << ") did not return within [" << lower_bound
in AssertSleepForBounded()
104
// Tests that
SleepFor
() returns neither too early nor too late.
105
TEST(
SleepFor
, Bounded) {
in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H
A
D
sequence_lock_test.cc
84
absl::
SleepFor
(absl::Milliseconds(1));
in TEST_P()
96
absl::
SleepFor
(absl::Microseconds(10));
in TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H
A
D
blocking_counter_test.cc
29
absl::
SleepFor
(absl::Seconds(1));
in PauseAndDecreaseCounter()
H
A
D
barrier_test.cc
55
absl::
SleepFor
(absl::Seconds(1));
in TEST()
H
A
D
mutex_test.cc
62
absl::
SleepFor
(after);
in ScheduleAfter()
117
absl::
SleepFor
(absl::Milliseconds(20));
in TestR20ms()
518
absl::
SleepFor
(absl::Seconds(1)); // Allow first two threads to hang.
in TEST()
593
absl::
SleepFor
(absl::Milliseconds(100));
in TEST_P()
641
absl::
SleepFor
(absl::Seconds(2));
in AcquireAsReader()
663
absl::
SleepFor
(absl::Seconds(1)); // give time for reader threads to block
in TEST()
891
absl::
SleepFor
(absl::Milliseconds(random_millis(gen)));
in ReaderForReaderOnCondVar()
959
absl::
SleepFor
(absl::Seconds(2));
in TEST()
1013
absl::
SleepFor
(absl::Milliseconds(500)); // allow T time to hang
in TEST()
H
A
D
mutex.cc
179
absl::
SleepFor
(absl::Microseconds(10));
in MutexDelay()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H
A
D
per_thread_sem_test.cc
111
absl::
SleepFor
(absl::Milliseconds(20));
in TestTiming()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H
A
D
cordz_sample_token_test.cc
201
absl::
SleepFor
(absl::Seconds(3));
in TEST()
H
A
D
cordz_handle_test.cc
251
absl::
SleepFor
(absl::Seconds(3));
in TEST()
H
A
D
cordz_info_statistics_test.cc
550
absl::
SleepFor
(absl::Microseconds(10));
in TEST()
615
absl::
SleepFor
(absl::Seconds(1));
in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H
A
D
hashtablez_sampler_test.cc
345
absl::
SleepFor
(absl::Seconds(3));
in TEST()
Completed in 17 milliseconds