Searched defs:TaskRunner (Results 1 - 8 of 8) sorted by relevance

/external/libweave/include/weave/provider/
H A Dtask_runner.h21 class TaskRunner { class in namespace:weave::provider
31 virtual ~TaskRunner() {}
/external/libchrome/base/
H A Dtask_runner.h23 // A TaskRunner is an object that runs posted tasks (in the form of
24 // Closure objects). The TaskRunner interface provides a way of
26 // run. TaskRunner provides very weak guarantees as to how posted
38 // TaskRunner does not guarantee the order in which posted tasks are
45 // Implementations of TaskRunner should be thread-safe in that all
50 // Some theoretical implementations of TaskRunner:
52 // - A TaskRunner that uses a thread pool to run posted tasks.
54 // - A TaskRunner that, for each task, spawns a non-joinable thread
57 // - A TaskRunner that stores the list of posted tasks and has a
59 class BASE_EXPORT TaskRunner class in namespace:base
[all...]
H A Dtask_runner.cc20 explicit PostTaskAndReplyTaskRunner(TaskRunner* destination);
27 TaskRunner* destination_;
31 TaskRunner* destination) : destination_(destination) {
43 bool TaskRunner::PostTask(const tracked_objects::Location& from_here,
48 bool TaskRunner::PostTaskAndReply(
56 TaskRunner::TaskRunner() {} function in class:base::TaskRunner
58 TaskRunner::~TaskRunner() {}
60 void TaskRunner
[all...]
/external/webrtc/webrtc/base/
H A Dtaskrunner.cc22 TaskRunner::TaskRunner() function in class:rtc::TaskRunner
33 TaskRunner::~TaskRunner() {
39 void TaskRunner::StartTask(Task * task) {
49 void TaskRunner::RunTasks() {
53 void TaskRunner::InternalRunTasks(bool in_destructor) {
121 void TaskRunner::PollTasks() {
138 int64_t TaskRunner::next_task_timeout() const {
152 void TaskRunner
[all...]
H A Dtaskrunner.h27 class TaskRunner : public TaskParent, public sigslot::has_slots<> { class in namespace:rtc
29 TaskRunner();
30 ~TaskRunner() override;
/external/guava/guava/src/com/google/common/util/concurrent/
H A DSerializingExecutor.java39 * TaskRunner check for interruption?
58 * We explicitly keep track of if the TaskRunner is currently scheduled to
69 private final TaskRunner taskRunner = new TaskRunner();
129 private class TaskRunner implements Runnable { class in class:SerializingExecutor
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 233 milliseconds