/external/libchrome/base/task/sequence_manager/ |
D | time_domain.cc | 53 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()
|
D | time_domain.h | 101 Optional<internal::TaskQueueImpl::DelayedWakeUp> wake_up, 111 internal::TaskQueueImpl::DelayedWakeUp wake_up; member 115 return wake_up <= other.wake_up;
|
D | task_queue_impl.cc | 417 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 …]
|
D | task_queue_impl.h | 316 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_pc/ |
D | format | 13 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/ |
D | format | 13 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_spc/ |
D | format | 13 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/ |
D | format | 13 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/libchrome/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 375 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/rust/crates/rayon-core/src/sleep/ |
D | mod.rs | 186 latch.wake_up(); in sleep() 232 latch.wake_up(); in sleep()
|
/external/rust/crates/rayon-core/src/ |
D | latch.rs | 111 pub(super) fn wake_up(&self) { in wake_up() method
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | cache.c | 198 wake_up(&cache->wait_queue); in squashfs_cache_put()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 330 wake_up(&msblk->waitq); in squashfs_get_cached_block() 415 wake_up(&msblk->fragment_wait_queue); in release_cached_fragment()
|