OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadPoolInterface
(Results
1 - 2
of
2
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
ThreadPoolInterface.h
17
class
ThreadPoolInterface
{
28
virtual ~
ThreadPoolInterface
() {}
/external/grpc-grpc/src/cpp/server/
thread_pool_interface.h
27
class
ThreadPoolInterface
{
29
virtual ~
ThreadPoolInterface
() {}
36
typedef
ThreadPoolInterface
* (*CreateThreadPoolFunc)(void);
39
ThreadPoolInterface
* CreateDefaultThreadPool();
Completed in 819 milliseconds