Home
last modified time | relevance | path

Searched refs:thread1 (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingCanvasDrawRecordCmdTest.cpp126 std::thread thread1([&picture]() { picture = threadFunctionTest6(); }); in HWTEST_F()
127 thread1.join(); in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk1.cpp53 thrd_t thread1; in CallOnce() local
57 thrd_create(&thread1, (thrd_start_t)OnceFunc, nullptr); in CallOnce()
61 thrd_join(thread1, nullptr); in CallOnce()
H A Dpthreadndk1.cpp1139 pthread_t thread1; in PThreadOnce() local
1147 pthread_create(&thread1, nullptr, PThreadOnceThread, nullptr); in PThreadOnce()
1151 pthread_join(thread1, nullptr); in PThreadOnce()

Completed in 6 milliseconds