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

Method addThread

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

Source from the content-addressed store, hash-verified

157
158public:
159 void addThread(void* (*wrapper)(void*), ThreadArg* arg, bool delete_arg = true) {
160 thread_list.push_back(new Thread(wrapper, arg, delete_arg, thread_list.size()+1));
161 }
162
163 const std::string& getName() const {return name;}
164

Callers 4

calculateBreakpointsMethod · 0.80
mainFunction · 0.80
runWithDefinedPloidyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected