Home
last modified time | relevance | path

Searched defs:from_here (Results 1 – 25 of 29) sorted by relevance

12

/external/libbrillo/brillo/
Dlocation_logging.h12 #define VLOG_LOC_STREAM(from_here, verbose_level) \ argument
16 #define VLOG_LOC(from_here, verbose_level) \ argument
20 #define DVLOG_LOC(from_here, verbose_level) \ argument
Dprocess_reaper.cc39 bool ProcessReaper::WatchForChild(const tracked_objects::Location& from_here, in WatchForChild()
/external/libchrome/base/
Dsequenced_task_runner.cc12 const tracked_objects::Location& from_here, in PostNonNestableTask()
18 const tracked_objects::Location& from_here, in DeleteSoonInternal()
25 const tracked_objects::Location& from_here, in ReleaseSoonInternal()
Dtask_runner.cc36 const tracked_objects::Location& from_here, in PostTask()
43 bool TaskRunner::PostTask(const tracked_objects::Location& from_here, in PostTask()
49 const tracked_objects::Location& from_here, in PostTaskAndReply()
Dsequenced_task_runner.h123 bool DeleteSoon(const tracked_objects::Location& from_here, in DeleteSoon()
134 bool ReleaseSoon(const tracked_objects::Location& from_here, in ReleaseSoon()
Dsequenced_task_runner_helpers.h83 const tracked_objects::Location& from_here, in DeleteViaSequencedTaskRunner()
99 const tracked_objects::Location& from_here, in ReleaseViaSequencedTaskRunner()
Dtask_runner_util.h56 const tracked_objects::Location& from_here, in PostTaskAndReplyWithResult()
Dobserver_list_threadsafe.h178 void Notify(const tracked_objects::Location& from_here, in Notify()
/external/libchrome/base/threading/
Dworker_pool.cc27 bool PostTask(const tracked_objects::Location& from_here, in PostTask()
73 const tracked_objects::Location& from_here, in PostDelayedTask()
84 const tracked_objects::Location& from_here, in PostDelayedTaskAssertZeroDelay()
105 bool WorkerPool::PostTaskAndReply(const tracked_objects::Location& from_here, in PostTaskAndReply()
Dpost_task_and_reply_impl.cc27 PostTaskAndReplyRelay(const tracked_objects::Location& from_here, in PostTaskAndReplyRelay()
75 const tracked_objects::Location& from_here, in PostTaskAndReply()
Dworker_pool_posix.cc54 void WorkerPoolImpl::PostTask(const tracked_objects::Location& from_here, in PostTask()
107 bool WorkerPool::PostTask(const tracked_objects::Location& from_here, in PostTask()
142 const tracked_objects::Location& from_here, in PostTask()
Dsequenced_worker_pool.cc131 const tracked_objects::Location& from_here, in PostDelayedTask()
193 const tracked_objects::Location& from_here, in PostDelayedTask()
208 const tracked_objects::Location& from_here, in PostNonNestableDelayedTask()
611 const tracked_objects::Location& from_here, in PostTask()
1309 const tracked_objects::Location& from_here, in PostWorkerTask()
1316 const tracked_objects::Location& from_here, in PostDelayedWorkerTask()
1326 const tracked_objects::Location& from_here, in PostWorkerTaskWithShutdownBehavior()
1335 const tracked_objects::Location& from_here, in PostSequencedWorkerTask()
1343 const tracked_objects::Location& from_here, in PostDelayedSequencedWorkerTask()
1354 const tracked_objects::Location& from_here, in PostNamedSequencedWorkerTask()
[all …]
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner.cc26 const tracked_objects::Location& from_here, in PostDelayedTask()
34 const tracked_objects::Location& from_here, in PostNonNestableDelayedTask()
Dmessage_loop.cc280 const tracked_objects::Location& from_here, in PostTask()
286 const tracked_objects::Location& from_here, in PostDelayedTask()
691 void MessageLoop::DeleteSoonInternal(const tracked_objects::Location& from_here, in DeleteSoonInternal()
698 const tracked_objects::Location& from_here, in ReleaseSoonInternal()
Dmessage_loop.h211 void DeleteSoon(const tracked_objects::Location& from_here, const T* object) { in DeleteSoon()
239 void ReleaseSoon(const tracked_objects::Location& from_here, in ReleaseSoon()
Dincoming_task_queue.cc62 const tracked_objects::Location& from_here, in AddToIncomingQueue()
/external/libchrome/base/test/
Dtest_io_thread.cc52 void TestIOThread::PostTask(const tracked_objects::Location& from_here, in PostTask()
57 void TestIOThread::PostTaskAndWait(const tracked_objects::Location& from_here, in PostTaskAndWait()
Dtest_simple_task_runner.cc18 const tracked_objects::Location& from_here, in PostDelayedTask()
29 const tracked_objects::Location& from_here, in PostNonNestableDelayedTask()
/external/libbrillo/brillo/message_loops/
Dfake_message_loop.cc17 const tracked_objects::Location& from_here, in PostDelayedTask()
37 const tracked_objects::Location& from_here, in WatchFileDescriptor()
Dglib_message_loop.cc32 const tracked_objects::Location& from_here, in PostDelayedTask()
54 const tracked_objects::Location& from_here, in WatchFileDescriptor()
Dmessage_loop.h65 TaskId PostTask(const tracked_objects::Location& from_here, in PostTask()
Dbase_message_loop.cc84 const tracked_objects::Location& from_here, in PostDelayedTask()
105 const tracked_objects::Location& from_here, in WatchFileDescriptor()
/external/libchrome/base/task/
Dcancelable_task_tracker.cc76 const tracked_objects::Location& from_here, in PostTask()
85 const tracked_objects::Location& from_here, in PostTaskAndReply()
Dcancelable_task_tracker.h83 const tracked_objects::Location& from_here, in PostTaskAndReplyWithResult()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbind_task_runner_unittest.cc33 bool PostNonNestableDelayedTask(const tracked_objects::Location& from_here, in PostNonNestableDelayedTask()
40 bool PostDelayedTask(const tracked_objects::Location& from_here, in PostDelayedTask()

12