Searched defs:howMany (Results 1 – 3 of 3) sorted by relevance
45 SomePromiseArray.prototype.howMany = function () { method in SomePromiseArray128 function some(promises, howMany) { argument139 Promise.some = function (promises, howMany) { argument143 Promise.prototype.some = function (howMany) { argument
78 ThreadPool(TestClass *test, int howMany, void (TestClass::*runFnPtr)(int32_t threadNumber)) : in ThreadPool()
46 ThreadPoolBase::ThreadPoolBase(IntlTest *test, int32_t howMany) : in ThreadPoolBase()