Home
last modified time | relevance | path

Searched refs:Epoch (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Diterator.h41 …explicit InputIterator ( T * ptr ) : my_ptr(ptr), my_shared_epoch(new Epoch), my_current_epoch(0) … in InputIterator()
97 struct Epoch { struct
99 Epoch() { epoch = 0; refcounter = 1; } in Epoch() argument
105 Epoch *my_shared_epoch; argument