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

  /external/webkit/WebCore/storage/
LocalStorageThread.h 59 static void* threadEntryPointCallback(void*);
LocalStorageThread.cpp 56 m_threadID = createThread(LocalStorageThread::threadEntryPointCallback, this, "WebCore: LocalStorage");
60 void* LocalStorageThread::threadEntryPointCallback(void* thread)

Completed in 61 milliseconds