Searched refs:threadNum (Results 1 – 5 of 5) sorted by relevance
39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() argument
80 void threadFunc11669(int32_t threadNum);
203 void CalendarLimitTest::TestLimitsThread(int32_t threadNum) { in TestLimitsThread() argument204 logln("thread %d starting", threadNum); in TestLimitsThread()
1761 void DateIntervalFormatTest::threadFunc11669(int32_t threadNum) { in threadFunc11669() argument1762 (void)threadNum; in threadFunc11669()
249 + threadNum?: number;1229 + if (CommonNapi::GetPropertyInt32(env, config_item, "threadNum", int_value) == SUCCESS) {1230 + MS_LOG(DEBUG) << "threadNum: " << int_value;