| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_thread.cpp | 28 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 D | poll_thread.h | 54 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 D | xcam_thread.h | 29 class Thread { 31 Thread (const char *name = NULL); 32 virtual ~Thread (); 57 XCAM_DEAD_COPY (Thread);
|
| H A D | poll_thread.cpp | 42 : 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_support | 65 // 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_support | 65 // 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 D | 0002-Fix-build-with-non-glibc-libc-on-musl.patch | 19 @@ -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 D | 0003-Always-use-__thread-for-Thread-local-storage-except-on-MSVC.patch | 4 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 D | thread.hpp | 40 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 D | local_file_source.hpp | 8 template <typename T> class Thread; 23 std::unique_ptr<util::Thread<Impl>> impl;
|
| H A D | asset_file_source.hpp | 8 template <typename T> class Thread; 23 std::unique_ptr<util::Thread<Impl>> impl;
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | RkAiqManager.h | 35 : 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 D | 0001-VirtualboxTouchScreenHandler-initialize-m_mouse.patch | 25 [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 D | Stream.cpp | 46 :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 D | poky.yaml.in | 19 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 D | rk_aiq_types_afec_algo_prvt.h | 105 : public Thread { 108 : Thread("afecThread") in RKAiqAfecThread()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | TnrStatsStream.h | 69 : public Thread 73 : Thread ("TnrProcThread") in TnrProcThread()
|
| H A D | NrStatsStream.h | 66 : public Thread 70 : Thread ("NrParamProcThread") in NrParamProcThread()
|
| H A D | PdafStreamProcUnit.h | 87 : 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 D | 0001-Fix-imports-for-ptests.patch | 155 - 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 D | MessageBus.h | 109 : public Thread 113 : Thread ("MessageThread") in MessageThread()
|
| H A D | RkLumaCore.h | 57 : public Thread { 60 : Thread("RkLumaCoreThread") in RkLumaCoreThread()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/ |
| H A D | default_file_source.hpp | 15 template <typename T> class Thread; 151 const std::unique_ptr<util::Thread<Impl>> impl;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/ |
| H A D | ti,secure-proxy.txt | 45 # RX Thread ID is 11 46 # TX Thread ID is 13
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aldch/ |
| H A D | rk_aiq_types_aldch_algo_prvt.h | 150 : public Thread { 153 : Thread("ldchThread") in RKAiqAldchThread()
|