MCPcopy Create free account
hub / github.com/OSGeo/PROJ / PosixTestThread

Function PosixTestThread

src/tests/multistresstest.cpp:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244/************************************************************************/
245
246static void *PosixTestThread(void *pData)
247
248{
249 (void)pData;
250 TestThread();
251 return nullptr;
252}
253#endif
254
255/************************************************************************/

Callers

nothing calls this directly

Calls 1

TestThreadFunction · 0.85

Tested by

no test coverage detected