OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NanoSleep
(Results
1 - 8
of
8
) sorted by null
/art/runtime/base/
time_utils.h
81
void
NanoSleep
(uint64_t ns);
time_utils_test.cc
54
NanoSleep
(MsToNs(1500));
time_utils.cc
170
void
NanoSleep
(uint64_t ns) {
174
nanosleep
(&tm, nullptr);
mutex.cc
97
NanoSleep
(100);
108
NanoSleep
(100);
[
all
...]
/art/runtime/
monitor_test.cc
148
NanoSleep
(initial_sleep_ * 1000 * 1000);
194
NanoSleep
(initial_sleep_ * 1000 * 1000);
232
NanoSleep
(initial_sleep_ * 1000 * 1000);
238
NanoSleep
(millis_ * 1000 * 1000);
thread_list.cc
582
NanoSleep
(100000);
[
all
...]
/art/runtime/gc/space/
large_object_space_test.cc
127
NanoSleep
((id_ + 3) * 1000); // (3+id) mu s
/art/runtime/gc/
heap.cc
[
all
...]
Completed in 378 milliseconds