MCPcopy 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

scanMethod · 0.45
help_scanMethod · 0.45
scanMethod · 0.45
assignMethod · 0.45
assignMethod · 0.45

Calls 1

fetch_addMethod · 0.45

Tested by

no test coverage detected