Home
last modified time | relevance | path

Searched defs:ResourceLock (Results 1 – 25 of 32) sorted by relevance

12

/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/leaderelection/fake/
H A Dleader_election.go57 type ResourceLock struct { struct
58 id string
59 record resourcelock.LeaderElectionRecord
63 …nc (f *ResourceLock) Get(ctx context.Context) (*resourcelock.LeaderElectionRecord, []byte, error) {
72 func (f *ResourceLock) Create(ctx context.Context, ler resourcelock.LeaderElectionRecord) error {
78 func (f *ResourceLock) Update(ctx context.Context, ler resourcelock.LeaderElectionRecord) error {
84 func (f *ResourceLock) RecordEvent(s string) {
89 func (f *ResourceLock) Identity() string {
94 func (f *ResourceLock) Describe() string {
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/status/
H A Dresourcelock.go19 type ResourceLock struct { struct
20 masterLock sync.RWMutex
21 listing map[interface{}]*sync.Mutex
24 func (r *ResourceLock) Lock(i interface{}) {
28 func (r *ResourceLock) Unlock(i interface{}) {
33 func (r *ResourceLock) init() bool {
46 func (r *ResourceLock) retrieveMutex(i interface{}) *sync.Mutex {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/concurrency/
H A Dd_concurrency.h80 ResourceLock(Locker* locker, ResourceId rid) in ResourceLock() function
83 ResourceLock(Locker* locker, ResourceId rid, LockMode mode) in ResourceLock() function
88 ResourceLock(ResourceLock&& otherLock) in ResourceLock() function
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/util/
H A DResourceLock.java22 public interface ResourceLock extends AutoCloseable { interface
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_vp9.cpp242 CodechalResLock ResourceLock(m_osInterface, &m_resVp9ProbBuffer[m_frameCtxIdx]); in ProbBufferPartialUpdatewithDrv() local
301 CodechalResLock ResourceLock(m_osInterface, &m_resVp9ProbBuffer[m_frameCtxIdx]); in ProbBufFullUpdatewithDrv() local
327 CodechalResLock ResourceLock(m_osInterface, &m_resVp9SegmentIdBuffer); in ResetSegIdBufferwithDrv() local
352 CodechalResLock ResourceLock(m_osInterface, &m_resVp9ProbBuffer[CODEC_VP9_NUM_CONTEXTS]); in ProbBufFullUpdatewithHucStreamout() local
609 CodechalResLock ResourceLock(m_osInterface, &m_resVp9ProbBuffer[i]); in AllocateResourcesFixedSizes() local
H A Dcodechal_decode_vp8.cpp805 CodechalResLock ResourceLock(m_osInterface, &m_resCoefProbBuffer); in ParseFrameHead() local
1168 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in SetFrameStates() local
1178 CodechalResLock ResourceLock(m_osInterface, &m_resTmpBitstreamBuffer); in SetFrameStates() local
H A Dcodechal_decode_avc.cpp324 CodechalResLock ResourceLock(m_osInterface, &m_resInvalidRefBuffer); in AllocateInvalidRefBuffer() local
420 CodechalResLock ResourceLock(m_osInterface, mvcDummyDmvBuffer); in InitMvcDummyDmvBuffer() local
H A Dcodechal_decode_vc1.cpp2813 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in GetSliceMbDataOffset() local
2863 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in ParsePictureHeader() local
3670 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in DecodePrimitiveLevelVLD() local
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_vp9.cpp240 CodechalResLock ResourceLock(m_osInterface, &m_resVp9ProbBuffer[m_frameCtxIdx]); in ProbBufferPartialUpdatewithDrv() local
299 CodechalResLock ResourceLock(m_osInterface, &m_resVp9ProbBuffer[m_frameCtxIdx]); in ProbBufFullUpdatewithDrv() local
325 CodechalResLock ResourceLock(m_osInterface, &m_resVp9SegmentIdBuffer); in ResetSegIdBufferwithDrv() local
350 CodechalResLock ResourceLock(m_osInterface, &m_resVp9ProbBuffer[CODEC_VP9_NUM_CONTEXTS]); in ProbBufFullUpdatewithHucStreamout() local
607 CodechalResLock ResourceLock(m_osInterface, &m_resVp9ProbBuffer[i]); in AllocateResourcesFixedSizes() local
H A Dcodechal_decode_vp8.cpp805 CodechalResLock ResourceLock(m_osInterface, &m_resCoefProbBuffer); in ParseFrameHead() local
1168 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in SetFrameStates() local
1177 CodechalResLock ResourceLock(m_osInterface, &m_resTmpBitstreamBuffer); in SetFrameStates() local
H A Dcodechal_decode_avc.cpp324 CodechalResLock ResourceLock(m_osInterface, &m_resInvalidRefBuffer); in AllocateInvalidRefBuffer() local
420 CodechalResLock ResourceLock(m_osInterface, mvcDummyDmvBuffer); in InitMvcDummyDmvBuffer() local
H A Dcodechal_decode_vc1.cpp2813 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in GetSliceMbDataOffset() local
2863 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in ParsePictureHeader() local
3670 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in DecodePrimitiveLevelVLD() local
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/controller-manager/config/v1beta1/
H A Dtypes.go34 ResourceLock string `json:"resourceLock"` member
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/component-base/component-base-0.16.8/config/
H A Dtypes.go64 ResourceLock string member
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/component-base/component-base-0.16.8/config/v1alpha1/
H A Dtypes.go50 ResourceLock string `json:"resourceLock"` member
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/config/
H A Dtypes.go64 ResourceLock string member
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/config/
H A Dtypes.go64 ResourceLock string member
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/controller-manager/config/
H A Dtypes.go66 ResourceLock string member
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/controller-manager/config/v1alpha1/
H A Dtypes.go65 ResourceLock string `json:"resourceLock"` member
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/config/v1alpha1/
H A Dtypes.go50 ResourceLock string `json:"resourceLock"` member
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/config/v1alpha1/
H A Dtypes.go50 ResourceLock string `json:"resourceLock"` member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_decode_vc1_g11.cpp470 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in DecodePrimitiveLevelVLD() local
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_decode_vc1_g11.cpp470 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in DecodePrimitiveLevelVLD() local
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_decode_vc1_g12.cpp531 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in DecodePrimitiveLevelVLD() local
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_decode_vc1_g12.cpp572 CodechalResLock ResourceLock(m_osInterface, &m_resDataBuffer); in DecodePrimitiveLevelVLD() local

12