Home
last modified time | relevance | path

Searched refs:WorkerTask (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/
Ddtlsidentitystore.cc56 class DtlsIdentityStoreImpl::WorkerTask : public sigslot::has_slots<>, class in webrtc::DtlsIdentityStoreImpl
59 WorkerTask(DtlsIdentityStoreImpl* store, rtc::KeyType key_type) in WorkerTask() function in webrtc::DtlsIdentityStoreImpl::WorkerTask
63 store_->SignalDestroyed.connect(this, &WorkerTask::OnStoreDestroyed); in WorkerTask()
66 virtual ~WorkerTask() { RTC_DCHECK(signaling_thread_->IsCurrent()); } in ~WorkerTask()
201 WorkerTask* task = new WorkerTask(this, key_type); // Post 1 task/request. in GenerateIdentity()
Ddtlsidentitystore.h125 class WorkerTask; variable
126 typedef rtc::ScopedMessageData<DtlsIdentityStoreImpl::WorkerTask>
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.cc124 class CompilerDispatcher::WorkerTask : public CancelableTask { class in v8::internal::CompilerDispatcher
126 WorkerTask(CancelableTaskManager* task_manager,
128 ~WorkerTask() override;
136 DISALLOW_COPY_AND_ASSIGN(WorkerTask);
139 CompilerDispatcher::WorkerTask::WorkerTask(CancelableTaskManager* task_manager, in WorkerTask() function in v8::internal::CompilerDispatcher::WorkerTask
143 CompilerDispatcher::WorkerTask::~WorkerTask() {} in ~WorkerTask()
145 void CompilerDispatcher::WorkerTask::RunInternal() { in RunInternal()
524 base::make_unique<WorkerTask>(task_manager_.get(), this)); in ScheduleMoreWorkerTasksIfNeeded()
Dcompiler-dispatcher.h129 class WorkerTask; variable
/external/v8/benchmarks/
Drichards.js137 this.addTask(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
424 function WorkerTask(scheduler, v1, v2) { class
430 WorkerTask.prototype.run = function (packet) {
450 WorkerTask.prototype.toString = function () {