Home
last modified time | relevance | path

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

/aoo41x/main/vcl/inc/vcl/
H A Dthreadex.hxx89 class GenericSolarThreadExecutor : public SolarThreadExecutor class
94 typedef GenericSolarThreadExecutor<FuncT, ResultT> ExecutorT; in exec()
105 explicit GenericSolarThreadExecutor( FuncT const& func ) in GenericSolarThreadExecutor() function in vcl::solarthread::detail::GenericSolarThreadExecutor
132 class GenericSolarThreadExecutor<FuncT, void> : public SolarThreadExecutor class
137 typedef GenericSolarThreadExecutor<FuncT, void> ExecutorT; in exec()
147 explicit GenericSolarThreadExecutor( FuncT const& func ) in GenericSolarThreadExecutor() function in vcl::solarthread::detail::GenericSolarThreadExecutor
272 return detail::GenericSolarThreadExecutor<FuncT, ResultT>::exec(func); in syncExecute()
278 return detail::GenericSolarThreadExecutor< in syncExecute()

Completed in 18 milliseconds