MCPcopy Create free account
hub / github.com/Kitware/VTK / win32_thread_specific_data

Function win32_thread_specific_data

ThirdParty/libxml2/vtklibxml2/runtest.c:4214–4219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4212static HANDLE tid[MAX_ARGC];
4213
4214static DWORD WINAPI
4215win32_thread_specific_data(void *private_data)
4216{
4217 thread_specific_data(private_data);
4218 return(0);
4219}
4220
4221static int
4222testThread(void)

Callers

nothing calls this directly

Calls 1

thread_specific_dataFunction · 0.85

Tested by

no test coverage detected