Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/graphic/acts_drawing_native/
DDrawingCanvasDrawRecordCmdTest.cpp103 std::thread thread([&picture]() { picture = threadFunctionTest6(); }); in __anon24a4fc720102() variable
122 std::thread thread([&picture]() { picture = threadFunctionTest6(); }); in __anon24a4fc720202() variable
DDrawingRecordCmdDestroyTest.cpp104 std::thread thread([&picture, this]() { picture = threadFunctionTest1(); }); in __anon99affb720102() variable
/test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/
Dffrtndk.cpp3053 pthread_t thread; in ffrt_loop_0001() local
3097 pthread_t thread; in ffrt_loop_0002() local
3531 pthread_t thread; in ffrt_loop_normal_0003() local
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp86 uv_thread_t thread; member