Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DThreading.cpp36 struct NewThreadContext { struct
38 NewThreadContext(ThreadFunction entryPoint, void* data, const char* name) in NewThreadContext() argument
45 ThreadFunction entryPoint;
46 void* data;
47 const char* name;
49 Mutex creationMutex;