mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
e499e838b2
* * * Bug 649537 - 'Workers: Make one OS thread and JS runtime per worker, and lose XPConnect'. r=sicking+mrbkap. Add workaround for bug 666963. --HG-- rename : dom/src/threads/Makefile.in => dom/workers/Makefile.in rename : dom/src/threads/test/Makefile.in => dom/workers/test/Makefile.in rename : dom/src/threads/test/WorkerTest.jsm => dom/workers/test/WorkerTest.jsm rename : dom/src/threads/test/WorkerTest_badworker.js => dom/workers/test/WorkerTest_badworker.js rename : dom/src/threads/test/WorkerTest_subworker.js => dom/workers/test/WorkerTest_subworker.js rename : dom/src/threads/test/WorkerTest_worker.js => dom/workers/test/WorkerTest_worker.js rename : dom/src/threads/test/atob_worker.js => dom/workers/test/atob_worker.js rename : dom/src/threads/test/chromeWorker_subworker.js => dom/workers/test/chromeWorker_subworker.js rename : dom/src/threads/test/chromeWorker_worker.js => dom/workers/test/chromeWorker_worker.js rename : dom/src/threads/test/closeOnGC_server.sjs => dom/workers/test/closeOnGC_server.sjs rename : dom/src/threads/test/closeOnGC_worker.js => dom/workers/test/closeOnGC_worker.js rename : dom/src/threads/test/close_worker.js => dom/workers/test/close_worker.js rename : dom/src/threads/test/fibonacci_worker.js => dom/workers/test/fibonacci_worker.js rename : dom/src/threads/test/importScripts_worker.js => dom/workers/test/importScripts_worker.js rename : dom/src/threads/test/importScripts_worker_imported1.js => dom/workers/test/importScripts_worker_imported1.js rename : dom/src/threads/test/importScripts_worker_imported2.js => dom/workers/test/importScripts_worker_imported2.js rename : dom/src/threads/test/importScripts_worker_imported3.js => dom/workers/test/importScripts_worker_imported3.js rename : dom/src/threads/test/importScripts_worker_imported4.js => dom/workers/test/importScripts_worker_imported4.js rename : dom/src/threads/test/json_worker.js => dom/workers/test/json_worker.js rename : dom/src/threads/test/location_worker.js => dom/workers/test/location_worker.js rename : dom/src/threads/test/longThread_worker.js => dom/workers/test/longThread_worker.js rename : dom/src/threads/test/navigator_worker.js => dom/workers/test/navigator_worker.js rename : dom/src/threads/test/newError_worker.js => dom/workers/test/newError_worker.js rename : dom/src/threads/test/recursion_worker.js => dom/workers/test/recursion_worker.js rename : dom/src/threads/test/relativeLoad_import.js => dom/workers/test/relativeLoad_import.js rename : dom/src/threads/test/relativeLoad_sub_import.js => dom/workers/test/relativeLoad_sub_import.js rename : dom/src/threads/test/relativeLoad_sub_worker.js => dom/workers/test/relativeLoad_sub_worker.js rename : dom/src/threads/test/relativeLoad_sub_worker2.js => dom/workers/test/relativeLoad_sub_worker2.js rename : dom/src/threads/test/relativeLoad_worker.js => dom/workers/test/relativeLoad_worker.js rename : dom/src/threads/test/relativeLoad_worker2.js => dom/workers/test/relativeLoad_worker2.js rename : dom/src/threads/test/simpleThread_worker.js => dom/workers/test/simpleThread_worker.js rename : dom/src/threads/test/suspend_iframe.html => dom/workers/test/suspend_iframe.html rename : dom/src/threads/test/suspend_worker.js => dom/workers/test/suspend_worker.js rename : dom/src/threads/test/terminate_worker.js => dom/workers/test/terminate_worker.js rename : dom/src/threads/test/testXHR.txt => dom/workers/test/testXHR.txt rename : dom/src/threads/test/test_404.html => dom/workers/test/test_404.html rename : dom/src/threads/test/test_atob.html => dom/workers/test/test_atob.html rename : dom/src/threads/test/test_chromeWorker.html => dom/workers/test/test_chromeWorker.html rename : dom/src/threads/test/test_chromeWorker.xul => dom/workers/test/test_chromeWorker.xul rename : dom/src/threads/test/test_chromeWorkerJSM.xul => dom/workers/test/test_chromeWorkerJSM.xul rename : dom/src/threads/test/test_close.html => dom/workers/test/test_close.html rename : dom/src/threads/test/test_closeOnGC.html => dom/workers/test/test_closeOnGC.html rename : dom/src/threads/test/test_errorPropagation.html => dom/workers/test/test_errorPropagation.html rename : dom/src/threads/test/test_fibonacci.html => dom/workers/test/test_fibonacci.html rename : dom/src/threads/test/test_importScripts.html => dom/workers/test/test_importScripts.html rename : dom/src/threads/test/test_json.html => dom/workers/test/test_json.html rename : dom/src/threads/test/test_location.html => dom/workers/test/test_location.html rename : dom/src/threads/test/test_longThread.html => dom/workers/test/test_longThread.html rename : dom/src/threads/test/test_navigator.html => dom/workers/test/test_navigator.html rename : dom/src/threads/test/test_newError.html => dom/workers/test/test_newError.html rename : dom/src/threads/test/test_recursion.html => dom/workers/test/test_recursion.html rename : dom/src/threads/test/test_relativeLoad.html => dom/workers/test/test_relativeLoad.html rename : dom/src/threads/test/test_simpleThread.html => dom/workers/test/test_simpleThread.html rename : dom/src/threads/test/test_suspend.html => dom/workers/test/test_suspend.html rename : dom/src/threads/test/test_terminate.html => dom/workers/test/test_terminate.html rename : dom/src/threads/test/test_threadErrors.html => dom/workers/test/test_threadErrors.html rename : dom/src/threads/test/test_threadTimeouts.html => dom/workers/test/test_threadTimeouts.html rename : dom/src/threads/test/test_throwingOnerror.html => dom/workers/test/test_throwingOnerror.html rename : dom/src/threads/test/test_xhr.html => dom/workers/test/test_xhr.html rename : dom/src/threads/test/test_xhrAbort.html => dom/workers/test/test_xhrAbort.html rename : dom/src/threads/test/threadErrors_worker1.js => dom/workers/test/threadErrors_worker1.js rename : dom/src/threads/test/threadErrors_worker2.js => dom/workers/test/threadErrors_worker2.js rename : dom/src/threads/test/threadErrors_worker3.js => dom/workers/test/threadErrors_worker3.js rename : dom/src/threads/test/threadErrors_worker4.js => dom/workers/test/threadErrors_worker4.js rename : dom/src/threads/test/threadTimeouts_worker.js => dom/workers/test/threadTimeouts_worker.js rename : dom/src/threads/test/throwingOnerror_worker.js => dom/workers/test/throwingOnerror_worker.js rename : dom/src/threads/test/xhrAbort_worker.js => dom/workers/test/xhrAbort_worker.js rename : dom/src/threads/test/xhr_worker.js => dom/workers/test/xhr_worker.js
236 lines
5.2 KiB
C++
236 lines
5.2 KiB
C++
/* -*- Mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 40 -*- */
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
*
|
|
* The contents of this file are subject to the Mozilla Public License Version
|
|
* 1.1 (the "License"); you may not use this file except in compliance with
|
|
* the License. You may obtain a copy of the License at
|
|
* http://www.mozilla.org/MPL/
|
|
*
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
* for the specific language governing rights and limitations under the
|
|
* License.
|
|
*
|
|
* The Original Code is Web Workers.
|
|
*
|
|
* The Initial Developer of the Original Code is
|
|
* The Mozilla Foundation.
|
|
* Portions created by the Initial Developer are Copyright (C) 2011
|
|
* the Initial Developer. All Rights Reserved.
|
|
*
|
|
* Contributor(s):
|
|
* Ben Turner <bent.mozilla@gmail.com> (Original Author)
|
|
*
|
|
* Alternatively, the contents of this file may be used under the terms of
|
|
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead
|
|
* of those above. If you wish to allow use of your version of this file only
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to
|
|
* use your version of this file under the terms of the MPL, indicate your
|
|
* decision by deleting the provisions above and replace them with the notice
|
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
|
* the provisions above, a recipient may use your version of this file under
|
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
|
*
|
|
* ***** END LICENSE BLOCK ***** */
|
|
|
|
#ifndef mozilla_dom_workers_queue_h__
|
|
#define mozilla_dom_workers_queue_h__
|
|
|
|
#include "Workers.h"
|
|
|
|
#include "mozilla/Mutex.h"
|
|
#include "nsTArray.h"
|
|
|
|
BEGIN_WORKERS_NAMESPACE
|
|
|
|
template <typename T, int TCount>
|
|
struct StorageWithTArray
|
|
{
|
|
typedef nsAutoTArray<T, TCount> StorageType;
|
|
|
|
static void Reverse(StorageType& aStorage)
|
|
{
|
|
PRUint32 length = aStorage.Length();
|
|
for (PRUint32 index = 0; index < length / 2; index++) {
|
|
PRUint32 reverseIndex = length - 1 - index;
|
|
|
|
T t1 = aStorage.ElementAt(index);
|
|
T t2 = aStorage.ElementAt(reverseIndex);
|
|
|
|
aStorage.ReplaceElementsAt(index, 1, t2);
|
|
aStorage.ReplaceElementsAt(reverseIndex, 1, t1);
|
|
}
|
|
}
|
|
|
|
static bool IsEmpty(const StorageType& aStorage)
|
|
{
|
|
return !!aStorage.IsEmpty();
|
|
}
|
|
|
|
static bool Push(StorageType& aStorage, const T& aEntry)
|
|
{
|
|
return !!aStorage.AppendElement(aEntry);
|
|
}
|
|
|
|
static bool Pop(StorageType& aStorage, T& aEntry)
|
|
{
|
|
if (IsEmpty(aStorage)) {
|
|
return false;
|
|
}
|
|
|
|
PRUint32 index = aStorage.Length() - 1;
|
|
aEntry = aStorage.ElementAt(index);
|
|
aStorage.RemoveElementAt(index);
|
|
return true;
|
|
}
|
|
|
|
static void Clear(StorageType& aStorage)
|
|
{
|
|
aStorage.Clear();
|
|
}
|
|
|
|
static void Compact(StorageType& aStorage)
|
|
{
|
|
aStorage.Compact();
|
|
}
|
|
};
|
|
|
|
class LockingWithMutex
|
|
{
|
|
mozilla::Mutex mMutex;
|
|
|
|
protected:
|
|
LockingWithMutex()
|
|
: mMutex("LockingWithMutex::mMutex")
|
|
{ }
|
|
|
|
void Lock()
|
|
{
|
|
mMutex.Lock();
|
|
}
|
|
|
|
void Unlock()
|
|
{
|
|
mMutex.Unlock();
|
|
}
|
|
|
|
class AutoLock
|
|
{
|
|
LockingWithMutex& mHost;
|
|
|
|
public:
|
|
AutoLock(LockingWithMutex& aHost)
|
|
: mHost(aHost)
|
|
{
|
|
mHost.Lock();
|
|
}
|
|
|
|
~AutoLock()
|
|
{
|
|
mHost.Unlock();
|
|
}
|
|
};
|
|
|
|
friend class AutoLock;
|
|
};
|
|
|
|
class NoLocking
|
|
{
|
|
protected:
|
|
void Lock()
|
|
{ }
|
|
|
|
void Unlock()
|
|
{ }
|
|
|
|
class AutoLock
|
|
{
|
|
public:
|
|
AutoLock(NoLocking& aHost)
|
|
{ }
|
|
|
|
~AutoLock()
|
|
{ }
|
|
};
|
|
};
|
|
|
|
template <typename T,
|
|
int TCount = 256,
|
|
class LockingPolicy = NoLocking,
|
|
class StoragePolicy = StorageWithTArray<T, TCount % 2 ?
|
|
TCount / 2 + 1 :
|
|
TCount / 2> >
|
|
class Queue : public LockingPolicy
|
|
{
|
|
typedef typename StoragePolicy::StorageType StorageType;
|
|
typedef typename LockingPolicy::AutoLock AutoLock;
|
|
|
|
StorageType mStorage1;
|
|
StorageType mStorage2;
|
|
|
|
StorageType* mFront;
|
|
StorageType* mBack;
|
|
|
|
public:
|
|
Queue()
|
|
: mFront(&mStorage1), mBack(&mStorage2)
|
|
{ }
|
|
|
|
bool IsEmpty()
|
|
{
|
|
AutoLock lock(*this);
|
|
return StoragePolicy::IsEmpty(*mFront) &&
|
|
StoragePolicy::IsEmpty(*mBack);
|
|
}
|
|
|
|
bool Push(const T& aEntry)
|
|
{
|
|
AutoLock lock(*this);
|
|
return StoragePolicy::Push(*mBack, aEntry);
|
|
}
|
|
|
|
bool Pop(T& aEntry)
|
|
{
|
|
AutoLock lock(*this);
|
|
if (StoragePolicy::IsEmpty(*mFront)) {
|
|
StoragePolicy::Compact(*mFront);
|
|
StoragePolicy::Reverse(*mBack);
|
|
StorageType* tmp = mFront;
|
|
mFront = mBack;
|
|
mBack = tmp;
|
|
}
|
|
return StoragePolicy::Pop(*mFront, aEntry);
|
|
}
|
|
|
|
void Clear()
|
|
{
|
|
AutoLock lock(*this);
|
|
StoragePolicy::Clear(*mFront);
|
|
StoragePolicy::Clear(*mBack);
|
|
}
|
|
|
|
// XXX Do we need this?
|
|
void Lock()
|
|
{
|
|
LockingPolicy::Lock();
|
|
}
|
|
|
|
// XXX Do we need this?
|
|
void Unlock()
|
|
{
|
|
LockingPolicy::Unlock();
|
|
}
|
|
|
|
private:
|
|
// Queue is not copyable.
|
|
Queue(const Queue&);
|
|
Queue & operator=(const Queue&);
|
|
};
|
|
|
|
END_WORKERS_NAMESPACE
|
|
|
|
#endif /* mozilla_dom_workers_queue_h__ */
|