ThreadFunctionInvocation   37 Source/wtf/ThreadFunctionInvocation.h     ThreadFunctionInvocation(ThreadFunction function, void* data)
ThreadFunctionInvocation  174 Source/wtf/ThreadingPthreads.cpp     OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(static_cast<ThreadFunctionInvocation*>(param));
ThreadFunctionInvocation  181 Source/wtf/ThreadingPthreads.cpp     OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(new ThreadFunctionInvocation(entryPoint, data));
ThreadFunctionInvocation  189 Source/wtf/ThreadingPthreads.cpp     ThreadFunctionInvocation* ALLOW_UNUSED leakedInvocation = invocation.leakPtr();
ThreadFunctionInvocation  200 Source/wtf/ThreadingWin.cpp     OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(static_cast<ThreadFunctionInvocation*>(param));
ThreadFunctionInvocation  213 Source/wtf/ThreadingWin.cpp     OwnPtr<ThreadFunctionInvocation> invocation = adoptPtr(new ThreadFunctionInvocation(entryPoint, data));
ThreadFunctionInvocation  221 Source/wtf/ThreadingWin.cpp     ThreadFunctionInvocation* ALLOW_UNUSED leakedInvocation = invocation.leakPtr();