Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dring.cpp60 static object_methods ring_methods = { (void (*)(void *, void *))(ring_intersect), variable
70 r->methods = &ring_methods; in newring()