Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp125 static void movenextobj(object *thisobj, object **root) { in movenextobj() argument
130 if (thisobj != nullptr) { in movenextobj()
131 if (thisobj->nextobj != nullptr) { in movenextobj()
132 cur = (object *)thisobj->nextobj; /* the object to be moved */ in movenextobj()
133 thisobj->nextobj = cur->nextobj; /* link around the moved obj */ in movenextobj()