OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WorkerTask
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/
dtlsidentitystore.cc
56
class DtlsIdentityStoreImpl::
WorkerTask
: public sigslot::has_slots<>,
59
WorkerTask
(DtlsIdentityStoreImpl* store, rtc::KeyType key_type)
63
store_->SignalDestroyed.connect(this, &
WorkerTask
::OnStoreDestroyed);
66
virtual ~
WorkerTask
() { RTC_DCHECK(signaling_thread_->IsCurrent()); }
201
WorkerTask
* task = new
WorkerTask
(this, key_type); // Post 1 task/request.
202
// The
WorkerTask
is owned by the message data to make sure it will not be
/external/v8/benchmarks/
richards.js
137
this.addTask(id, priority, queue, new
WorkerTask
(this, ID_HANDLER_A, 0));
424
function
WorkerTask
(scheduler, v1, v2) {
430
WorkerTask
.prototype.run = function (packet) {
450
WorkerTask
.prototype.toString = function () {
451
return "
WorkerTask
";
Completed in 46 milliseconds