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

Function itt_load_pointer_with_acquire_v3

benchmarks/tbb/tbb_main.cpp:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void* itt_load_pointer_with_acquire_v3( const void* src ) {
274 void* result = __TBB_load_with_acquire(*static_cast<void*const*>(src));
275 ITT_NOTIFY(sync_acquired, const_cast<void*>(src));
276 return result;
277}
278
279#if DO_ITT_NOTIFY
280void call_itt_notify_v5(int t, void *ptr) {

Callers 1

Calls 1

__TBB_load_with_acquireFunction · 0.85

Tested by

no test coverage detected