Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp735 const int max_trial = 20; in TestPushPop() local
738 if (trial>= max_trial) { in TestPushPop()
742 … nthread, long(PopKind[k]), k==0?"failed":"succeeded", max_trial, min_requirement); in TestPushPop()