Home
last modified time | relevance | path

Searched refs:wake_up (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dtime_domain.cc53 Optional<internal::TaskQueueImpl::DelayedWakeUp> wake_up, in SetNextWakeUpForQueue() argument
57 DCHECK(queue->IsQueueEnabled() || !wake_up); in SetNextWakeUpForQueue()
61 previous_wake_up = delayed_wake_up_queue_.Min().wake_up.time; in SetNextWakeUpForQueue()
63 if (wake_up) { in SetNextWakeUpForQueue()
68 {wake_up.value(), queue}); in SetNextWakeUpForQueue()
71 delayed_wake_up_queue_.insert({wake_up.value(), queue}); in SetNextWakeUpForQueue()
81 new_wake_up = delayed_wake_up_queue_.Min().wake_up.time; in SetNextWakeUpForQueue()
106 delayed_wake_up_queue_.Min().wake_up.time <= lazy_now->Now()) { in WakeUpReadyDelayedQueues()
116 return delayed_wake_up_queue_.Min().wake_up.time; in NextScheduledRunTime()
124 TimeDelta delay = delayed_wake_up_queue_.Min().wake_up.time - Now(); in AsValueInto()
Dtime_domain.h101 Optional<internal::TaskQueueImpl::DelayedWakeUp> wake_up,
111 internal::TaskQueueImpl::DelayedWakeUp wake_up; member
115 return wake_up <= other.wake_up;
Dtask_queue_impl.cc417 Optional<DelayedWakeUp> wake_up = GetNextScheduledWakeUpImpl(); in GetNextScheduledWakeUp() local
418 if (!wake_up) in GetNextScheduledWakeUp()
420 return wake_up->time; in GetNextScheduledWakeUp()
926 Optional<TaskQueueImpl::DelayedWakeUp> wake_up) { in UpdateDelayedWakeUpImpl() argument
927 if (main_thread_only().scheduled_wake_up == wake_up) in UpdateDelayedWakeUpImpl()
929 main_thread_only().scheduled_wake_up = wake_up; in UpdateDelayedWakeUpImpl()
931 if (wake_up && in UpdateDelayedWakeUpImpl()
934 main_thread_only().on_next_wake_up_changed_callback.Run(wake_up->time); in UpdateDelayedWakeUpImpl()
937 main_thread_only().time_domain->SetNextWakeUpForQueue(this, wake_up, in UpdateDelayedWakeUpImpl()
942 Optional<TaskQueueImpl::DelayedWakeUp> wake_up) { in SetDelayedWakeUpForTesting() argument
[all …]
Dtask_queue_impl.h316 void SetDelayedWakeUpForTesting(Optional<DelayedWakeUp> wake_up);
416 Optional<DelayedWakeUp> wake_up);
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/msm_low_power/msm_pm_enter_spc/
Dformat13 field:uint32_t wake_up; offset:24; size:4; signed:0;
15 …int fmt: "cpu: %u latency: %uus sleep: %uus wake_up: %u", REC->cpu, REC->latency, REC->sleep_us, R…
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/msm_low_power/msm_pm_enter_pc/
Dformat13 field:uint32_t wake_up; offset:24; size:4; signed:0;
15 …int fmt: "cpu: %u latency: %uus sleep: %uus wake_up: %u", REC->cpu, REC->latency, REC->sleep_us, R…
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/msm_low_power/msm_pm_enter_ret/
Dformat13 field:uint32_t wake_up; offset:24; size:4; signed:0;
15 …int fmt: "cpu: %u latency: %uus sleep: %uus wake_up: %u", REC->cpu, REC->latency, REC->sleep_us, R…
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/msm_low_power/msm_pm_enter_wfi/
Dformat13 field:uint32_t wake_up; offset:24; size:4; signed:0;
15 …int fmt: "cpu: %u latency: %uus sleep: %uus wake_up: %u", REC->cpu, REC->latency, REC->sleep_us, R…
/external/webrtc/webrtc/base/
Dmacsocketserver.cc374 EventRef wake_up; in WakeUp() local
376 kEventAttributeUserEvent, &wake_up)); in WakeUp()
377 OSStatus result = PostEventToQueue(event_queue_, wake_up, in WakeUp()
382 ReleaseEvent(wake_up); in WakeUp()
/external/perfetto/src/base/
Dandroid_task_runner.cc134 struct itimerspec wake_up = {}; in ScheduleDelayedWakeUp() local
135 wake_up.it_value = ToPosixTimespec(time); in ScheduleDelayedWakeUp()
136 if (timerfd_settime(delayed_timer_.get(), TFD_TIMER_ABSTIME, &wake_up, in ScheduleDelayedWakeUp()
/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc375 bool* wake_up) in CounterThread() argument
381 wake_up_(wake_up) {} in CounterThread()
441 bool wake_up = false; in TEST_F() local
443 CounterThread t1("t1", &iter, &lock, &condition, &wake_up); in TEST_F()
444 CounterThread t2("t2", &iter, &lock, &condition, &wake_up); in TEST_F()
445 CounterThread t3("t3", &iter, &lock, &condition, &wake_up); in TEST_F()
446 CounterThread t4("t4", &iter, &lock, &condition, &wake_up); in TEST_F()
447 CounterThread t5("t5", &iter, &lock, &condition, &wake_up); in TEST_F()
460 wake_up = true; in TEST_F()
/external/squashfs-tools/kernel/fs/squashfs/
Dcache.c198 wake_up(&cache->wait_queue); in squashfs_cache_put()
/external/u-boot/drivers/mtd/
Dmtdconcat.c342 wake_up((wait_queue_head_t *) instr->priv); in concat_erase_callback()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c330 wake_up(&msblk->waitq); in squashfs_get_cached_block()
415 wake_up(&msblk->fragment_wait_queue); in release_cached_fragment()