MCPcopy Create free account
hub / github.com/crownengine/crown / set

Method set

3rdparty/bx/src/thread.cpp:347–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 void TlsData::set(void* _ptr)
348 {
349 BX_UNUSED(_ptr);
350
351 TlsDataInternal* ti = (TlsDataInternal*)m_internal;
352 BX_UNUSED(ti);
353 }
354#elif BX_PLATFORM_WINDOWS
355 TlsData::TlsData()
356 {

Callers 8

decompressMethod · 0.45
fetchMethod · 0.45
parseMethod · 0.45
backtraceSymInfoCbFunction · 0.45
backtraceFullCbFunction · 0.45
writeCallstackFunction · 0.45
resolveMethod · 0.45
strConsumeToFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected