HomeSort by relevance Sort by last modified time
    Searched refs:s_samplingThread (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.cpp 124 ThreadIdentifier SamplingThread::s_samplingThread;
149 s_samplingThread = createThread(threadStartFunc, 0, "JavaScriptCore::Sampler");
156 waitForThreadCompletion(s_samplingThread, 0);
SamplingTool.h 131 static ThreadIdentifier s_samplingThread;

Completed in 30 milliseconds