Home
last modified time | relevance | path

Searched refs:threadStartFunc (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.cpp115 void* SamplingTool::threadStartFunc(void* samplingTool) in threadStartFunc() function in JSC::SamplingTool
133 m_samplingThread = createThread(threadStartFunc, this, "JavaScriptCore::Sampler"); in start()
DSamplingTool.h188 static void* threadStartFunc(void*);