Home
last modified time | relevance | path

Searched refs:threadNum (Results 1 – 6 of 6) 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.cpp1789 void DateIntervalFormatTest::threadFunc11669(int32_t threadNum) { in threadFunc11669() argument
1790 (void)threadNum; in threadFunc11669()
/third_party/mindspore/test/fuzztest/mindspore_fuzzer/
Dcontext_c_fuzzer.cpp13 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum() local
14 OH_AI_ContextSetThreadNum(context, threadNum); in MSContextFuzzTest_ThreadNum()
/third_party/mindspore/patches/
D0003-add-js-api.patch475 + threadNum?: number;
3423 + if (CommonNapi::GetPropertyInt32(env, config_item, "threadNum", int_value) == SUCCESS) {
3424 + MS_LOG(DEBUG) << "threadNum: " << int_value;