Searched refs:threadEntryPoint (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DLocalStorageThread.h61 void* threadEntryPoint();
H A DLocalStorageThread.cpp62 return static_cast<LocalStorageThread*>(thread)->threadEntryPoint();
65 void* LocalStorageThread::threadEntryPoint() function in class:WebCore::LocalStorageThread
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreading.cpp50 static void* threadEntryPoint(void* contextData) function in namespace:WTF
84 return createThreadInternal(threadEntryPoint, context, name);
/external/webkit/Source/WebCore/page/
H A DGeolocationPositionCache.h60 static void* threadEntryPoint(void* object);
H A DGeolocationPositionCache.cpp112 m_threadId = createThread(threadEntryPoint, this, "WebCore: Geolocation cache");
115 void* GeolocationPositionCache::threadEntryPoint(void* object) function in class:WebCore::GeolocationPositionCache

Completed in 92 milliseconds