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

  /external/webkit/WebCore/storage/
LocalStorageThread.h 60 void* threadEntryPoint();
LocalStorageThread.cpp 62 return static_cast<LocalStorageThread*>(thread)->threadEntryPoint();
65 void* LocalStorageThread::threadEntryPoint()
  /external/webkit/JavaScriptCore/wtf/
Threading.cpp 48 static void* threadEntryPoint(void* contextData)
82 return createThreadInternal(threadEntryPoint, context, name);

Completed in 774 milliseconds