Home
last modified time | relevance | path

Searched refs:Thread (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_thread.cpp28 Thread::Thread (const char *name) in Thread() function in XCam::Thread
42 Thread::~Thread () in ~Thread()
51 Thread::thread_func (void *user_data) in thread_func()
53 Thread *thread = (Thread *)user_data; in thread_func()
98 Thread::started () in started()
105 Thread::stopped () in stopped()
110 bool Thread::start () in start()
180 Thread::emit_stop () in emit_stop()
187 bool Thread::stop () in stop()
205 bool Thread::is_running () in is_running()
H A Dpoll_thread.h54 class Thread; variable
98 SmartPtr<Thread> _ispp_stats_loop;
99 SmartPtr<Thread> _isp_luma_loop;
100 SmartPtr<Thread> _isp_stats_loop;
101 SmartPtr<Thread> _event_loop;
102 SmartPtr<Thread> _isp_params_loop;
103 SmartPtr<Thread> _isp_pparams_loop;
H A Dxcam_thread.h29 class Thread {
31 Thread (const char *name = NULL);
32 virtual ~Thread ();
57 XCAM_DEAD_COPY (Thread);
H A Dpoll_thread.cpp42 : public Thread
46 : Thread (PollThread::isp_poll_type_to_str[type]) in IspPollThread()
67 : public Thread
71 : Thread ("event_poll") in EventPollThread()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__threading_support65 // Thread id
68 // Thread
73 // Thread Local Storage
98 // Thread ID
101 // Thread
106 // Thread Local Storage
162 // Thread id
169 // Thread
195 // Thread local storage
307 // Thread id
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__threading_support65 // Thread id
68 // Thread
73 // Thread Local Storage
98 // Thread ID
101 // Thread
106 // Thread Local Storage
162 // Thread id
169 // Thread
195 // Thread local storage
307 // Thread id
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebkit/
H A D0002-Fix-build-with-non-glibc-libc-on-musl.patch19 @@ -566,7 +566,7 @@ void* MachineThreads::Thread::Registers::stackPointer() const
28 @@ -665,7 +665,7 @@ void* MachineThreads::Thread::Registers::framePointer() const
37 @@ -747,7 +747,7 @@ void* MachineThreads::Thread::Registers::instructionPointer() const
46 @@ -838,7 +838,7 @@ void* MachineThreads::Thread::Registers::llintPC() const
/OK3568_Linux_fs/buildroot/package/liburcu/
H A D0003-Always-use-__thread-for-Thread-local-storage-except-on-MSVC.patch4 Subject: [PATCH] Always use '__thread' for Thread local storage except on MSVC
6 Use the GCC extension '__thread' [1] for Thread local storage on all C
14 [1] https://gcc.gnu.org/onlinedocs/gcc/Thread-Local.html
43 + * For more details, see 'https://gcc.gnu.org/onlinedocs/gcc/Thread-Local.html'.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dthread.hpp40 class Thread { class
43 Thread(const std::string& name, Args&&... args) { in Thread() function in mbgl::util::Thread
73 ~Thread() { in ~Thread()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dlocal_file_source.hpp8 template <typename T> class Thread;
23 std::unique_ptr<util::Thread<Impl>> impl;
H A Dasset_file_source.hpp8 template <typename T> class Thread;
23 std::unique_ptr<util::Thread<Impl>> impl;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.h35 : public Thread {
38 : Thread("RkAiqMngCmdThread") in RkAiqMngCmdThread()
94 : public Thread {
97 : Thread("RkAiqRstApplyThread") in RkAiqRstApplyThread()
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qt5-plugin-generic-vboxtouch/
H A D0001-VirtualboxTouchScreenHandler-initialize-m_mouse.patch25 [Thread debugging using libthread_db enabled]
36 [New Thread 0xafe21b40 (LWP 997)]
37 [New Thread 0xaf620b40 (LWP 998)]
45 Thread 1 "luna-next" received signal SIGSEGV, Segmentation fault.
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DStream.cpp46 :Thread(thName) in RkPollThread()
60 :Thread(thName) in RkPollThread()
127 Thread::start(); in start()
142 Thread::stop(); in stop()
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dpoky.yaml.in19 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \
32 perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip xz \
40 socat perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/
H A Drk_aiq_types_afec_algo_prvt.h105 : public Thread {
108 : Thread("afecThread") in RKAiqAfecThread()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DTnrStatsStream.h69 : public Thread
73 : Thread ("TnrProcThread") in TnrProcThread()
H A DNrStatsStream.h66 : public Thread
70 : Thread ("NrParamProcThread") in NrParamProcThread()
H A DPdafStreamProcUnit.h87 : public XCam::Thread {
90 : Thread("PdafStreamHelperThd"), mPdafStreamProc(pdafstreamproc) {}; in PdafStreamHelperThd()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-Fix-imports-for-ptests.patch155 - t = threading.Thread(target=c)
687 - t = threading.Thread(target=a)
698 - class Worker1(threading.Thread):
931 - t = threading.Thread(target=a)
934 - t = threading.Thread(target=b)
942 - t = threading.Thread(target=a)
973 - t = threading.Thread(target=a)
980 - t = threading.Thread(target=a)
989 - t = threading.Thread(target=a)
1114 - t = threading.Thread(target=thread_func)
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DMessageBus.h109 : public Thread
113 : Thread ("MessageThread") in MessageThread()
H A DRkLumaCore.h57 : public Thread {
60 : Thread("RkLumaCoreThread") in RkLumaCoreThread()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Ddefault_file_source.hpp15 template <typename T> class Thread;
151 const std::unique_ptr<util::Thread<Impl>> impl;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/
H A Dti,secure-proxy.txt45 # RX Thread ID is 11
46 # TX Thread ID is 13
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/
H A Drk_aiq_types_aldch_algo_prvt.h150 : public Thread {
153 : Thread("ldchThread") in RKAiqAldchThread()

12345678910>>...20