Searched refs:threadSupport (Results 1 – 1 of 1) sorted by relevance
72 Win32ThreadSupport* threadSupport = new Win32ThreadSupport(threadConstructionInfo); in createSolverThreadSupport() local73 threadSupport->startSPU(); in createSolverThreadSupport()77 PosixThreadSupport* threadSupport = new PosixThreadSupport(constructionInfo); in createSolverThreadSupport()78 threadSupport->startSPU(); in createSolverThreadSupport()81 SequentialThreadSupport* threadSupport = new SequentialThreadSupport(tci); in createSolverThreadSupport()82 threadSupport->startSPU(); in createSolverThreadSupport()84 return threadSupport; in createSolverThreadSupport()90 Win32ThreadSupport* threadSupport = new Win32ThreadSupport(threadConstructionInfo); in createDispatchThreadSupport() local91 threadSupport->startSPU(); in createDispatchThreadSupport()95 PosixThreadSupport* threadSupport = new PosixThreadSupport(solverConstructionInfo); in createDispatchThreadSupport()[all …]