| 49 | bool reserveOneThread(); |
| 50 | void releaseOneThread(); |
| 51 | unsigned int getMaxThreads() const {return max_threads;} |
| 52 | unsigned int getFlags() const {return flags;} |
| 53 | |
| 54 | bool isMainThread() const {return pthread_self() == main_pthread;} |
nothing calls this directly
no outgoing calls
no test coverage detected