OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextWakeup
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/thread/
ThreadBase.h
52
nsecs_t
nextWakeup
;
55
nextWakeup
= mQueue.
nextWakeup
(lock);
58
if (
nextWakeup
< std::numeric_limits<nsecs_t>::max()) {
59
timeout = ns2ms(
nextWakeup
- WorkQueue::clock::now());
WorkQueue.h
113
nsecs_t
nextWakeup
(std::unique_lock<std::mutex>& lock) {
Completed in 77 milliseconds