MCPcopy Create free account
hub / github.com/digego/extempore / getPthread

Method getPthread

src/EXTThread.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253#else
254 pthread_t EXTThread::getPthread()
255 {
256 return pthread;
257 }
258#endif
259}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected