HomeSort by relevance Sort by last modified time
    Searched defs:threadEntryPoint (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
Threading.cpp 50 static void* threadEntryPoint(void* contextData)
84 return createThreadInternal(threadEntryPoint, context, name);
  /external/webkit/Source/WebCore/storage/
LocalStorageThread.cpp 62 return static_cast<LocalStorageThread*>(thread)->threadEntryPoint();
65 void* LocalStorageThread::threadEntryPoint()
  /external/webkit/Source/WebCore/page/
GeolocationPositionCache.cpp 112 m_threadId = createThread(threadEntryPoint, this, "WebCore: Geolocation cache");
115 void* GeolocationPositionCache::threadEntryPoint(void* object)

Completed in 2475 milliseconds