Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DThreading.cpp33 struct NewThreadContext : FastAllocBase { struct
34 NewThreadContext(ThreadFunction entryPoint, void* data, const char* name) in NewThreadContext() argument
41 ThreadFunction entryPoint;
42 void* data;
43 const char* name;
45 Mutex creationMutex;