Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ deinit
Function
deinit
tests/relacy/relacy/example/mpmc/pcx.h:211–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
inline void deinit()
212
{
213
using namespace pcx_int;
214
pcx_thread::get().release_impl(g_master.state_.part_.current_collector_, is_current_inc);
215
}
216
217
inline void thread_callback(bool init)
218
{
Callers
4
on_tls_callback
Function · 0.85
~thread_local_var
Method · 0.85
~std_generic_mutex
Method · 0.85
~condition_variable_std
Method · 0.85
Calls
1
release_impl
Method · 0.80
Tested by
no test coverage detected