Home
last modified time | relevance | path

Searched refs:thread (Results 1 - 25 of 141) sorted by relevance

123456

/test/xts/hats/kernel/syscalls/net/data_handle/
H A DDataHandleApiTest.cpp188 pthread_t thread; in HWTEST_F() local
194 pthread_create(&thread, nullptr, UdpClient, static_cast<void *>(&type)); in HWTEST_F()
205 pthread_join(thread, nullptr); in HWTEST_F()
315 pthread_t thread; in HWTEST_F() local
330 pthread_create(&thread, nullptr, UdpClient, static_cast<void *>(&type)); in HWTEST_F()
340 pthread_join(thread, nullptr); in HWTEST_F()
398 pthread_t thread; in HWTEST_F() local
412 pthread_create(&thread, nullptr, UdpClient, static_cast<void *>(&type)); in HWTEST_F()
420 pthread_join(thread, nullptr); in HWTEST_F()
434 pthread_t thread; in HWTEST_F() local
488 pthread_t thread; HWTEST_F() local
521 pthread_t thread; HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/net/shutdown/
H A DShutdownApiTest.cpp118 pthread_t thread; in HWTEST_F() local
127 pthread_create(&thread, nullptr, ClientConnect, nullptr); in HWTEST_F()
135 pthread_join(thread, nullptr); in HWTEST_F()
149 pthread_t thread; in HWTEST_F() local
158 pthread_create(&thread, nullptr, ClientConnect, nullptr); in HWTEST_F()
166 pthread_join(thread, nullptr); in HWTEST_F()
180 pthread_t thread; in HWTEST_F() local
189 pthread_create(&thread, nullptr, ClientConnect, nullptr); in HWTEST_F()
198 pthread_join(thread, nullptr); in HWTEST_F()
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingCanvasDrawRecordCmdTest.cpp41 #include <thread>
103 std::thread thread([&picture]() { picture = threadFunctionTest6(); }); in HWTEST_F()
104 thread.join(); in HWTEST_F()
122 std::thread thread([&picture]() { picture = threadFunctionTest6(); }); in HWTEST_F()
123 thread.join(); in HWTEST_F()
126 std::thread thread1([&picture]() { picture = threadFunctionTest6(); }); in HWTEST_F()
H A DDrawingRecordCmdDestroyTest.cpp41 #include <thread>
104 std::thread thread([&picture, this]() { picture = threadFunctionTest1(); }); in HWTEST_F()
105 thread.join(); in HWTEST_F()
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/include/
H A DADecEncNdkSample.h24 #include <thread>
122 std::unique_ptr<std::thread> inputLoopDec_;
123 std::unique_ptr<std::thread> outputLoopDec_;
131 std::unique_ptr<std::thread> inputLoopEnc_;
132 std::unique_ptr<std::thread> outputLoopEnc_;
/test/testfwk/xdevice/plugins/devicetest/report/
H A Dgeneration.py38 self.thread = None
41 if record.thread != self.thread:
55 buffer_hdl.thread = threading.currentThread().ident
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/include/
H A DVDecEncNdkSample.h24 #include <thread>
124 std::unique_ptr<std::thread> inputLoopDec_;
125 std::unique_ptr<std::thread> outputLoopDec_;
134 std::unique_ptr<std::thread> outputLoopEnc_;
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
H A Dbuffer_manager_utest.cpp64 std::thread consumerThread([&consumer, &running] { in HWTEST_F()
82 std::thread consumerThread([&consumer, &running] { in HWTEST_F()
107 std::thread enqueueThread([&stream, &running] { in HWTEST_F()
133 std::thread user1([&manager, &bufferPool1, &bufferPoolId] { bufferPool1 = manager->GetBufferPool(bufferPoolId); }); in HWTEST_F()
136 std::thread user2([&manager, &bufferPool2, &bufferPoolId] { bufferPool2 = manager->GetBufferPool(bufferPoolId); }); in HWTEST_F()
252 std::thread task([&bufferPool, &bufferVector] { in HWTEST_F()
291 std::thread dispatchBufferTask([&running, &idleList, &busyList, &bufferPool, &lock, &realFrameCount] { in HWTEST_F()
306 std::thread acquireBufferTask([&running, &bufferPool, &lock, &inuseBufferList] { in HWTEST_F()
315 std::thread returnBufferTask([&running, &lock, &inuseBufferList, &bufferPool, &busyList, &idleList] { in HWTEST_F()
360 std::thread enqueueThrea in HWTEST_F()
[all...]
H A Dbuffer_manager_utest.h23 #include <thread>
172 std::thread* collectThread_ = nullptr;
179 std::thread* deliverThread = nullptr;
/test/xts/acts/hiviewdfx/hicollietest/hicolliendktest/entry/src/main/cpp/
H A Dnapi_init.cpp18 #include <thread>
61 std::thread threadObj(TestJankDetection); in TestHiCollieJankC()
108 std::thread threadObj(TestStuckDetection); in TestHiCollieStuckC()
149 std::thread threadObj(Test001); in TestJankCerr401()
/test/xts/dcts/distributedhardware/distributedscreentest/
H A Ddecoder_demo.h23 #include <thread>
85 std::unique_ptr<std::thread> inputLoop_;
86 std::unique_ptr<std::thread> outputLoop_;
/test/xts/hats/kernel/syscalls/net/accept/
H A DAcceptApiTest.cpp115 pthread_t thread; in HWTEST_F() local
124 pthread_create(&thread, nullptr, ClientConnect, nullptr); in HWTEST_F()
130 pthread_join(thread, nullptr); in HWTEST_F()
/test/xts/acts/multimedia/av_codec/audio_encoder/include/
H A Davcodec_audio_avbuffer_encoder_demo.h24 #include <thread>
251 std::unique_ptr<std::thread> inputLoop_;
252 std::unique_ptr<std::thread> outputLoop_;
/test/xts/acts/multimedia/av_codec/audio_decoder/include/
H A Davcodec_audio_avbuffer_decoder_demo.h23 #include <thread>
280 std::unique_ptr<std::thread> inputLoop_;
281 std::unique_ptr<std::thread> outputLoop_;
/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/
H A Dvideoenc_api11_sample.h24 #include <thread>
156 std::unique_ptr<std::thread> inputLoop_;
157 std::unique_ptr<std::thread> outputLoop_;
H A Dvideoenc_ndk_sample.h24 #include <thread>
148 std::unique_ptr<std::thread> inputLoop_;
149 std::unique_ptr<std::thread> outputLoop_;
H A Dvideoenc_ndk_inner_sample.h24 #include <thread>
143 std::unique_ptr<std::thread> inputLoop_;
144 std::unique_ptr<std::thread> outputLoop_;
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/include/
H A Dvideodec_ndk_inner_sample.h24 #include <thread>
138 std::unique_ptr<std::thread> inputLoop_;
139 std::unique_ptr<std::thread> outputLoop_;
H A Dvideodec_ndk_sample.h24 #include <thread>
140 std::unique_ptr<std::thread> inputLoop_;
141 std::unique_ptr<std::thread> outputLoop_;
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/include/
H A Dvideodec_ndk_inner_sample.h26 #include <thread>
142 std::unique_ptr<std::thread> inputLoop_;
143 std::unique_ptr<std::thread> outputLoop_;
H A Dvideodec_ndk_sample.h26 #include <thread>
121 std::unique_ptr<std::thread> inputLoop_;
122 std::unique_ptr<std::thread> outputLoop_;
/test/xts/hats/kernel/syscalls/net/accept4/
H A DAccept4ApiTest.cpp233 pthread_t thread; in HWTEST_F() local
239 pthread_create(&thread, nullptr, ClientConnect, nullptr); in HWTEST_F()
245 pthread_join(thread, nullptr); in HWTEST_F()
/test/xts/hats/kernel/syscalls/net/get_info/
H A DGetInfoApiTest.cpp124 pthread_t thread; in HWTEST_F() local
135 pthread_create(&thread, nullptr, ClientConnect, nullptr); in HWTEST_F()
148 pthread_join(thread, nullptr); in HWTEST_F()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
H A Dstream_customer.h20 #include <thread>
76 std::thread* previewThreadId_ = nullptr;
/test/testfwk/arkxtest/uitest/addon/
H A Dscreen_copy.cpp71 unique_ptr<thread> snapshotThread = nullptr;
72 unique_ptr<thread> encodeThread = nullptr;
120 // run snapshot thread and encode thread in Run()
121 snapshotThread = make_unique<thread>([this]() { this->PollAndNotifyFrames(); }); in Run()
122 encodeThread = make_unique<thread>([this]() { this->WaitAndConsumeFrames(); }); in Run()
133 frameCond_.notify_all(); // mark stopped and wakeup the waiting thread in Destroy()

Completed in 12 milliseconds

123456