Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dthreadex.hxx94 typedef GenericSolarThreadExecutor<FuncT, ResultT> ExecutorT; in exec() typedef
95 ::std::auto_ptr<ExecutorT> const pExecutor( new ExecutorT(func) ); in exec()
137 typedef GenericSolarThreadExecutor<FuncT, void> ExecutorT; in exec() typedef
138 ::std::auto_ptr<ExecutorT> const pExecutor( new ExecutorT(func) ); in exec()

Completed in 13 milliseconds