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

Function itt_load_pointer_v3

benchmarks/tbb/tbb_main.cpp:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388#endif // __TBB_ITT_STRUCTURE_API
389
390void* 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
396void itt_set_sync_name_v3( void* obj, const tchar* name) {
397 ITT_SYNC_RENAME(obj, name);

Callers 1

itt_hide_load_wordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected