| 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;} |
| 55 |
no outgoing calls
no test coverage detected