Home
last modified time | relevance | path

Searched refs:Mutex (Results 1 – 25 of 92) sorted by relevance

1234

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A DRgaMutex.h90 class CAPABILITY("mutex") Mutex {
97 Mutex();
98 explicit Mutex(const char* name);
99 explicit Mutex(int type, const char* name = nullptr);
100 ~Mutex();
115 inline explicit Autolock(Mutex& mutex) ACQUIRE(mutex) : mLock(mutex) { in Autolock()
118 inline explicit Autolock(Mutex* mutex) ACQUIRE(mutex) : mLock(*mutex) { in Autolock()
126 Mutex& mLock;
136 Mutex(const Mutex&);
137 Mutex& operator=(const Mutex&);
[all …]
H A DRgaSingleton.h34 Mutex::Autolock _l(sLock); in getInstance()
44 Mutex::Autolock _l(sLock); in hasInstance()
55 static Mutex sLock;
64 template<> ::Mutex \
65 (::Singleton< TYPE >::sLock)(::Mutex::PRIVATE); \
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A DRgaMutex.h90 class CAPABILITY("mutex") Mutex {
97 Mutex();
98 explicit Mutex(const char* name);
99 explicit Mutex(int type, const char* name = nullptr);
100 ~Mutex();
115 inline explicit Autolock(Mutex& mutex) ACQUIRE(mutex) : mLock(mutex) { in Autolock()
118 inline explicit Autolock(Mutex* mutex) ACQUIRE(mutex) : mLock(*mutex) { in Autolock()
126 Mutex& mLock;
136 Mutex(const Mutex&);
137 Mutex& operator=(const Mutex&);
[all …]
H A DRgaSingleton.h34 Mutex::Autolock _l(sLock); in getInstance()
44 Mutex::Autolock _l(sLock); in hasInstance()
55 static Mutex sLock;
64 template<> ::Mutex \
65 (::Singleton< TYPE >::sLock)(::Mutex::PRIVATE); \
/OK3568_Linux_fs/external/linux-rga/include/
H A DRgaMutex.h90 class CAPABILITY("mutex") Mutex {
97 Mutex();
98 explicit Mutex(const char* name);
99 explicit Mutex(int type, const char* name = nullptr);
100 ~Mutex();
115 inline explicit Autolock(Mutex& mutex) ACQUIRE(mutex) : mLock(mutex) { in Autolock()
118 inline explicit Autolock(Mutex* mutex) ACQUIRE(mutex) : mLock(*mutex) { in Autolock()
126 Mutex& mLock;
136 Mutex(const Mutex&);
137 Mutex& operator=(const Mutex&);
[all …]
H A DRgaSingleton.h34 Mutex::Autolock _l(sLock); in getInstance()
44 Mutex::Autolock _l(sLock); in hasInstance()
55 static Mutex sLock;
64 template<> ::Mutex \
65 (::Singleton< TYPE >::sLock)(::Mutex::PRIVATE); \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A DRgaMutex.h90 class CAPABILITY("mutex") Mutex {
97 Mutex();
98 explicit Mutex(const char* name);
99 explicit Mutex(int type, const char* name = nullptr);
100 ~Mutex();
115 inline explicit Autolock(Mutex& mutex) ACQUIRE(mutex) : mLock(mutex) { in Autolock()
118 inline explicit Autolock(Mutex* mutex) ACQUIRE(mutex) : mLock(*mutex) { in Autolock()
126 Mutex& mLock;
136 Mutex(const Mutex&);
137 Mutex& operator=(const Mutex&);
[all …]
H A DRgaSingleton.h34 Mutex::Autolock _l(sLock); in getInstance()
44 Mutex::Autolock _l(sLock); in hasInstance()
55 static Mutex sLock;
64 template<> ::Mutex \
65 (::Singleton< TYPE >::sLock)(::Mutex::PRIVATE); \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A DRgaMutex.h90 class CAPABILITY("mutex") Mutex {
97 Mutex();
98 explicit Mutex(const char* name);
99 explicit Mutex(int type, const char* name = nullptr);
100 ~Mutex();
115 inline explicit Autolock(Mutex& mutex) ACQUIRE(mutex) : mLock(mutex) { in Autolock()
118 inline explicit Autolock(Mutex* mutex) ACQUIRE(mutex) : mLock(*mutex) { in Autolock()
126 Mutex& mLock;
136 Mutex(const Mutex&);
137 Mutex& operator=(const Mutex&);
[all …]
H A DRgaSingleton.h34 Mutex::Autolock _l(sLock); in getInstance()
44 Mutex::Autolock _l(sLock); in hasInstance()
55 static Mutex sLock;
64 template<> ::Mutex \
65 (::Singleton< TYPE >::sLock)(::Mutex::PRIVATE); \
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_thread.h70 class Mutex; variable
76 class Mutex
79 Mutex();
80 ~Mutex();
89 inline Autolock(Mutex* mutex, RK_U32 enable = 1) :
101 Mutex& mLock;
109 Mutex(const Mutex &);
110 Mutex &operator = (const Mutex&);
113 inline Mutex::Mutex() in Mutex() function
121 inline Mutex::~Mutex() in ~Mutex()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_mutex.h31 class Mutex {
34 XCAM_DEAD_COPY (Mutex);
37 Mutex (bool dynamic = true) : _dynamic(dynamic) { in _dynamic()
47 virtual ~Mutex () { in ~Mutex()
94 int wait (Mutex &mutex) { in wait()
97 int timedwait (Mutex &mutex, uint32_t time_in_us) { in timedwait()
126 SmartLock (XCam::Mutex &mutex): _mutex(mutex) { in SmartLock()
133 XCam::Mutex &_mutex;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/
H A D0001-Revert-Changed-GRPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch27 …codegen/completion_queue.h:121: error: undefined reference to 'absl::lts_20210324::Mutex::~Mutex()'
28 …codegen/completion_queue.h:121: error: undefined reference to 'absl::lts_20210324::Mutex::~Mutex()'
29 …codegen/completion_queue.h:121: error: undefined reference to 'absl::lts_20210324::Mutex::~Mutex()'
30 …codegen/completion_queue.h:259: error: undefined reference to 'absl::lts_20210324::Mutex::~Mutex()'
50 using Mutex = absl::Mutex;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dutility.hpp696 class CV_EXPORTS Mutex class
699 Mutex();
700 ~Mutex();
701 Mutex(const Mutex& m);
702 Mutex& operator = (const Mutex& m);
716 AutoLock(Mutex& m) : mutex(&m) { mutex->lock(); } in AutoLock()
719 Mutex* mutex;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dutility.hpp696 class CV_EXPORTS Mutex class
699 Mutex();
700 ~Mutex();
701 Mutex(const Mutex& m);
702 Mutex& operator = (const Mutex& m);
716 AutoLock(Mutex& m) : mutex(&m) { mutex->lock(); } in AutoLock()
719 Mutex* mutex;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dutility.hpp696 class CV_EXPORTS Mutex class
699 Mutex();
700 ~Mutex();
701 Mutex(const Mutex& m);
702 Mutex& operator = (const Mutex& m);
716 AutoLock(Mutex& m) : mutex(&m) { mutex->lock(); } in AutoLock()
719 Mutex* mutex;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamGroupManager.h215 Mutex mCamGroupResMutex;
218 Mutex mCamGroupApiSyncMutex;
219 Mutex mSofMutex;
288 XCam::Mutex _update_mutex;
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_impl.h46 static Mutex *get_lock() { in get_lock()
47 static Mutex lock; in get_lock()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dmutex98 template <class Mutex>
102 typedef Mutex mutex_type;
116 using mutex_type = Mutex; // If MutexTypes... consists of the single type Mutex
127 template <class Mutex>
131 typedef Mutex mutex_type;
167 template <class Mutex>
168 void swap(unique_lock<Mutex>& x, unique_lock<Mutex>& y) noexcept;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dmutex98 template <class Mutex>
102 typedef Mutex mutex_type;
116 using mutex_type = Mutex; // If MutexTypes... consists of the single type Mutex
127 template <class Mutex>
131 typedef Mutex mutex_type;
167 template <class Mutex>
168 void swap(unique_lock<Mutex>& x, unique_lock<Mutex>& y) noexcept;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/simulator/
H A DCamHwSimulator.cpp23 static XCam::Mutex g_sim_luma_mutex{false};
28 static XCam::Mutex g_luma_mutex{false};
31 static XCam::Mutex g_sim_mutex{false};
36 static XCam::Mutex g_3a_mutex{false};
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/
H A Drk_aiq_api_private.h42 SmartPtr<Mutex> _apiMutex;
74 SmartPtr<Mutex> _apiMutex;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamCapUnit.h88 Mutex _buf_mutex;
93 Mutex _mipi_mutex;
/OK3568_Linux_fs/buildroot/package/bullet/
H A D0001-Extras-VHACD-inc-vhacdMutex.h-fix-musl-build.patch13 …/Extras/BulletRobotics/../../Extras/VHACD/inc/vhacdMutex.h: In constructor 'VHACD::Mutex::Mutex()':
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamCapUnit.h115 Mutex _mipi_mutex;
116 Mutex _buf_mutex;

1234