OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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