| 388 | #endif // __TBB_ITT_STRUCTURE_API |
| 389 | |
| 390 | void* itt_load_pointer_v3( const void* src ) { |
| 391 | //TODO: replace this with __TBB_load_relaxed |
| 392 | void* result = *static_cast<void*const*>(src); |
| 393 | return result; |
| 394 | } |
| 395 | |
| 396 | void itt_set_sync_name_v3( void* obj, const tchar* name) { |
| 397 | ITT_SYNC_RENAME(obj, name); |
no outgoing calls
no test coverage detected