/test/xts/hats/kernel/syscalls/net/data_handle/ |
H A D | DataHandleApiTest.cpp | 188 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 D | ShutdownApiTest.cpp | 118 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 D | DrawingCanvasDrawRecordCmdTest.cpp | 41 #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 D | DrawingRecordCmdDestroyTest.cpp | 41 #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 D | ADecEncNdkSample.h | 24 #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 D | generation.py | 38 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 D | VDecEncNdkSample.h | 24 #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 D | buffer_manager_utest.cpp | 64 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 D | buffer_manager_utest.h | 23 #include <thread> 172 std::thread* collectThread_ = nullptr; 179 std::thread* deliverThread = nullptr;
|
/test/xts/acts/hiviewdfx/hicollietest/hicolliendktest/entry/src/main/cpp/ |
H A D | napi_init.cpp | 18 #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 D | decoder_demo.h | 23 #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 D | AcceptApiTest.cpp | 115 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 D | avcodec_audio_avbuffer_encoder_demo.h | 24 #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 D | avcodec_audio_avbuffer_decoder_demo.h | 23 #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 D | videoenc_api11_sample.h | 24 #include <thread> 156 std::unique_ptr<std::thread> inputLoop_; 157 std::unique_ptr<std::thread> outputLoop_;
|
H A D | videoenc_ndk_sample.h | 24 #include <thread> 148 std::unique_ptr<std::thread> inputLoop_; 149 std::unique_ptr<std::thread> outputLoop_;
|
H A D | videoenc_ndk_inner_sample.h | 24 #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 D | videodec_ndk_inner_sample.h | 24 #include <thread> 138 std::unique_ptr<std::thread> inputLoop_; 139 std::unique_ptr<std::thread> outputLoop_;
|
H A D | videodec_ndk_sample.h | 24 #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 D | videodec_ndk_inner_sample.h | 26 #include <thread> 142 std::unique_ptr<std::thread> inputLoop_; 143 std::unique_ptr<std::thread> outputLoop_;
|
H A D | videodec_ndk_sample.h | 26 #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 D | Accept4ApiTest.cpp | 233 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 D | GetInfoApiTest.cpp | 124 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 D | stream_customer.h | 20 #include <thread> 76 std::thread* previewThreadId_ = nullptr;
|
/test/testfwk/arkxtest/uitest/addon/ |
H A D | screen_copy.cpp | 71 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()
|