| 208 | Used by dummy handlers only. **/ |
| 209 | extern "C" |
| 210 | void 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. |
nothing calls this directly
no test coverage detected