MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / getFlags

Method getFlags

src/ThreadPool.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected