HomeSort by relevance Sort by last modified time
    Searched refs:ThreadIdentifier (Results 26 - 45 of 45) sorted by null

12

  /external/webkit/Source/WebCore/webaudio/
AudioContext.h 144 void setAudioThread(ThreadIdentifier thread) { m_audioThread = thread; } // FIXME: check either not initialized or the same
145 ThreadIdentifier audioThread() const { return m_audioThread; }
262 volatile ThreadIdentifier m_audioThread;
263 volatile ThreadIdentifier m_graphOwnerThread; // if the lock is held then this is the thread which owns it, otherwise == UndefinedThreadIdentifier
AudioContext.cpp 382 ThreadIdentifier thisThread = currentThread();
397 ThreadIdentifier thisThread = currentThread();
  /external/webkit/Source/WebKit/chromium/tests/
CCThreadTest.cpp 47 ThreadIdentifier hitThreadID;
  /external/webkit/Source/WebCore/bindings/v8/
DOMData.h 61 ThreadIdentifier owningThread() const { return m_owningThread; }
77 ThreadIdentifier m_owningThread;
V8Binding.cpp 125 WTF::ThreadIdentifier m_threadId;
  /external/webkit/Source/WebCore/bindings/js/
JSCallbackData.h 72 ThreadIdentifier m_thread;
  /external/webkit/Source/WebCore/platform/
Timer.h 84 ThreadIdentifier m_thread;
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h 152 ThreadIdentifier m_openingThread;
  /external/webkit/Source/JavaScriptCore/wtf/
CrossThreadRefCounted.h 103 ThreadIdentifier m_threadId;
MainThread.cpp 74 static ThreadIdentifier mainThreadIdentifier;
FastMalloc.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebWorkerClientImpl.h 157 ThreadIdentifier m_workerThreadId;
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.h 128 ThreadIdentifier m_syncThread;
  /external/webkit/Source/WebCore/workers/
WorkerThread.cpp 143 ThreadIdentifier threadID = m_threadID;
  /external/webkit/Source/WebKit2/Platform/
WorkQueue.h 173 ThreadIdentifier m_workQueueThread;
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 131 static ThreadIdentifier s_samplingThread;
SamplingTool.cpp 124 ThreadIdentifier SamplingThread::s_samplingThread;
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 252 ThreadIdentifier exclusiveThread;
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 504 static ThreadIdentifier previousId = 0;
505 ThreadIdentifier currentId = currentThread();
523 // but should get a different ThreadIdentifier.
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 341 static ThreadIdentifier libxmlLoaderThread = 0;
    [all...]

Completed in 1812 milliseconds

12