MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operation_done

Method operation_done

extern/libcds/cds/algo/flat_combining/kernel.h:403–407  ·  view source on GitHub ↗

Marks \p rec as executed This function should be called by container if \p batch_combine() mode is used. For usual combining (see \p combine()) this function is excess. */

Source from the content-addressed store, hash-verified

401 For usual combining (see \p combine()) this function is excess.
402 */
403 void operation_done( publication_record& rec )
404 {
405 rec.nRequest.store( req_Response, memory_model::memory_order_release );
406 m_waitStrategy.notify( *this, static_cast<publication_record_type&>( rec ));
407 }
408
409 /// Internal statistics
410 stat const& statistics() const

Callers 6

fcdeque.hFile · 0.80
collide_moveFunction · 0.80
fcqueue.hFile · 0.80
fcstack.hFile · 0.80
fcqueue.hFile · 0.80
fcstack.hFile · 0.80

Calls 2

storeMethod · 0.45
notifyMethod · 0.45

Tested by

no test coverage detected