Home
last modified time | relevance | path

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

/third_party/mindspore/test/fuzztest/mindspore_fuzzer/
H A Dcontext_c_fuzzer.cpp13 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum() local
14 OH_AI_ContextSetThreadNum(context, threadNum); in MSContextFuzzTest_ThreadNum()
97 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum_Add1() local
98 OH_AI_ContextSetThreadNum(context, threadNum); in MSContextFuzzTest_ThreadNum_Add1()
176 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum_Add2() local
177 OH_AI_ContextSetThreadNum(context, threadNum); in MSContextFuzzTest_ThreadNum_Add2()
255 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum_Add3() local
256 OH_AI_ContextSetThreadNum(context, threadNum); in MSContextFuzzTest_ThreadNum_Add3()
275 int32_t threadNum = dataFuzz.GetData<int32_t>(); in MSContextFuzzTest_ThreadNum_Add4() local
276 OH_AI_ContextSetThreadNum(context, threadNum); in MSContextFuzzTest_ThreadNum_Add4()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp39 ThreadPoolThread(ThreadPoolBase *pool, int32_t threadNum) : fPool(pool), fNum(threadNum) {} in ThreadPoolThread() argument
H A Ddtifmtts.h80 void threadFunc11669(int32_t threadNum);
H A Dcallimts.cpp203 void CalendarLimitTest::TestLimitsThread(int32_t threadNum) { in TestLimitsThread() argument
204 logln("thread %d starting", threadNum); in TestLimitsThread()
H A Ddtifmtts.cpp1789 void DateIntervalFormatTest::threadFunc11669(int32_t threadNum) { in threadFunc11669() argument
1790 (void)threadNum; in threadFunc11669()

Completed in 7 milliseconds