Home
last modified time | relevance | path

Searched defs:IntProducerNextExc (Results 1 – 2 of 2) sorted by relevance

/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/test/unittest/
H A Dunittest_threaditer_exc_handling.cc25 struct IntProducerNextExc : public ThreadedIter<int>::Producer { struct
26 int counter;
27 int maxcap;
28 int sleep;
29 ExcType exc_type;
31 IntProducerNextExc(int maxcap, int sleep, ExcType exc_type = ExcType::kDMLCException) in IntProducerNextExc() argument
33 virtual void BeforeFirst(void) { counter = 0; } in BeforeFirst()
34 virtual bool Next(int **inout_dptr) { in Next()
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/test/unittest/
H A Dunittest_threaditer_exc_handling.cc25 struct IntProducerNextExc : public ThreadedIter<int>::Producer { struct
26 int counter;
27 int maxcap;
28 int sleep;
29 ExcType exc_type;
31 IntProducerNextExc(int maxcap, int sleep, ExcType exc_type = ExcType::kDMLCException) in IntProducerNextExc() function
34 virtual void BeforeFirst(void) { counter = 0; } in BeforeFirst()
35 virtual bool Next(int **inout_dptr) { in Next()