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

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

Completed in 2149 milliseconds