Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ sync
Method
sync
extern/libcds/cds/gc/hp.h:370–373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
368
thread_data( thread_data&& ) = delete;
369
370
void sync()
371
{
372
sync_.fetch_add( 1, atomics::memory_order_acq_rel );
373
}
374
};
375
//@endcond
376
Callers
5
scan
Method · 0.45
help_scan
Method · 0.45
scan
Method · 0.45
assign
Method · 0.45
assign
Method · 0.45
Calls
1
fetch_add
Method · 0.45
Tested by
no test coverage detected