Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ __TBB_CATCH
Function
__TBB_CATCH
benchmarks/tbb/concurrent_queue.cpp:185–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
__TBB_TRY {
184
p = base.allocate_page();
185
} __TBB_CATCH(...) {
186
++base.my_rep->n_invalid_entries;
187
make_invalid( k );
188
}
189
p->mask = 0;
190
p->next = NULL;
191
}
Callers
nothing calls this directly
Calls
1
abort_push
Method · 0.80
Tested by
no test coverage detected