MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / GetBoolEnvironmentVariable

Function GetBoolEnvironmentVariable

benchmarks/tbb/tbb_misc.cpp:155–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154#if _XBOX || __TBB_WIN8UI_SUPPORT
155bool GetBoolEnvironmentVariable( const char * ) { return false;}
156#else /* _XBOX || __TBB_WIN8UI_SUPPORT */
157bool GetBoolEnvironmentVariable( const char * name ) {
158 if( const char* s = getenv(name) )

Callers 1

DoOneTimeInitializationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected