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

Function ITT_DoOneTimeInitialization

benchmarks/tbb/tbb_main.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 Used by dummy handlers only. **/
209extern "C"
210void ITT_DoOneTimeInitialization() {
211 __TBB_InitOnce::lock();
212 ITT_DoUnsafeOneTimeInitialization();
213 __TBB_InitOnce::unlock();
214}
215#endif /* DO_ITT_NOTIFY */
216
217//! Performs thread-safe lazy one-time general TBB initialization.

Callers

nothing calls this directly

Calls 2

lockClass · 0.50

Tested by

no test coverage detected