Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dsimplethread.cpp39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() argument
Ddtifmtts.h80 void threadFunc11669(int32_t threadNum);
Dcallimts.cpp203 void CalendarLimitTest::TestLimitsThread(int32_t threadNum) { in TestLimitsThread() argument
204 logln("thread %d starting", threadNum); in TestLimitsThread()
Ddtifmtts.cpp1761 void DateIntervalFormatTest::threadFunc11669(int32_t threadNum) { in threadFunc11669() argument
1762 (void)threadNum; in threadFunc11669()
/third_party/mindspore/patches/
D0020-add-ohos-js-callback-api-and-bugfix.patch249 + threadNum?: number;
1229 + if (CommonNapi::GetPropertyInt32(env, config_item, "threadNum", int_value) == SUCCESS) {
1230 + MS_LOG(DEBUG) << "threadNum: " << int_value;