Home
last modified time | relevance | path

Searched defs:NewThreadContext (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DThreading.cpp33 struct NewThreadContext { struct
36 NewThreadContext(ThreadFunction entryPoint, void* data, const char* name) in NewThreadContext() argument
43 ThreadFunction entryPoint;
44 void* data;
45 const char* name;
47 Mutex creationMutex;