Home
last modified time | relevance | path

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

/trunk/main/vcl/source/app/
H A Dsvmainhook.cxx61 ThreadContext* tcx = reinterpret_cast<ThreadContext*>(pData); in RunSVMain() local
65 while (!CFRunLoopIsWaiting(*tcx->pRunLoopRef)) in RunSVMain()
68 *tcx->pRet = ImplSVMain(); in RunSVMain()
84 ThreadContext tcx; in ImplSVMainHook() local
85 tcx.pRet = pbInit; // the return value in ImplSVMainHook()
86 tcx.pRunLoopRef = &runLoopRef; in ImplSVMainHook()
87 oslThread hThreadID = osl_createThread(RunSVMain, &tcx); in ImplSVMainHook()

Completed in 17 milliseconds