MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / _ThreadPool_Init

Function _ThreadPool_Init

test_common/harness/ThreadPool.cpp:696–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694
695#if defined(_MSC_VER)
696static BOOL CALLBACK _ThreadPool_Init(_PINIT_ONCE InitOnce, PVOID Parameter,
697 PVOID *lpContex)
698{
699 ThreadPool_Init();
700 return TRUE;
701}
702#endif
703
704void ThreadPool_Exit(void)

Callers

nothing calls this directly

Calls 1

ThreadPool_InitFunction · 0.85

Tested by

no test coverage detected