| 52 | unsigned int getFlags() const {return flags;} |
| 53 | |
| 54 | bool isMainThread() const {return pthread_self() == main_pthread;} |
| 55 | |
| 56 | ThreadPool* newThreadPool(const std::string& name); |
| 57 |
nothing calls this directly
no outgoing calls
no test coverage detected