Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp359 thread threadTmp = thread(TestLoop, ops); in RefbaseTestFunc() local
360 threads.push_back(move(threadTmp)); in RefbaseTestFunc()