Home
last modified time | relevance | path

Searched refs:ThreadFunctionInvocation (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DThreadFunctionInvocation.h36 struct ThreadFunctionInvocation { struct
37 ThreadFunctionInvocation(ThreadFunction function, void* data) in ThreadFunctionInvocation() argument
DThreadingPthreads.cpp174 …OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(static_cast<ThreadFunctionInvocation*>(para… in wtfThreadEntryPoint()
181 …OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(new ThreadFunctionInvocation(entryPoint, da… in createThreadInternal()
189 ThreadFunctionInvocation* leakedInvocation ALLOW_UNUSED = invocation.leakPtr(); in createThreadInternal()
DThreadingWin.cpp200 …OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(static_cast<ThreadFunctionInvocation*>(para… in wtfThreadEntryPoint()
213 …OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(new ThreadFunctionInvocation(entryPoint, da… in createThreadInternal()
221 ThreadFunctionInvocation* leakedInvocation ALLOW_UNUSED = invocation.leakPtr(); in createThreadInternal()
Dwtf.gypi111 'ThreadFunctionInvocation.h',
/external/chromium_org/build/secondary/third_party/WebKit/Source/wtf/
DBUILD.gn158 "ThreadFunctionInvocation.h",