Home
last modified time | relevance | path

Searched refs:kExclusive (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrWindowRectsState.h16 kExclusive, enumerator
20 GrWindowRectsState() : fMode(Mode::kExclusive) {} in GrWindowRectsState()
32 fMode = Mode::kExclusive; in setDisabled()
DGrReducedClip.cpp758 GrWindowRectsState::Mode::kExclusive); in drawAlphaClipMask()
830 GrWindowRectsState::Mode::kExclusive); in drawStencilClipMask()
DGrClipStackClip.cpp238 GrWindowRectsState::Mode::kExclusive); in apply()
/third_party/skia/src/gpu/
DGrWindowRectsState.h16 kExclusive, enumerator
20 GrWindowRectsState() : fMode(Mode::kExclusive) {} in GrWindowRectsState()
32 fMode = Mode::kExclusive; in setDisabled()
/third_party/mindspore/mindspore/core/ops/
Dcumsum.cc30 void CumSum::set_exclusive(const bool exclusive) { (void)this->AddAttr(kExclusive, MakeValue(exclus… in set_exclusive()
33 auto value_ptr = this->GetAttr(kExclusive); in get_exclusive()
Dop_utils.h247 constexpr auto kExclusive = "exclusive"; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc712 static const Mutex::MuHow kExclusive = &kExclusiveS; // exclusive lock variable
951 } else if (waitp->how == kExclusive && in Enqueue()
1044 if (w->waitp->how == kExclusive) { // wake at most 1 writer in DequeueAllWakeable()
1481 this->LockSlow(kExclusive, nullptr, 0); in Lock()
1506 this->LockSlow(kExclusive, &cond, 0); in LockWhen()
1518 bool res = LockSlowWithDeadline(kExclusive, &cond, in LockWhenWithDeadline()
1581 (mu_.load(std::memory_order_relaxed) & kMuWriter) ? kExclusive : kShared; in AwaitCommon()
1613 if ((v & kExclusive->slow_need_zero) == 0 && // try fast acquire in TryLock()
1615 v, (kExclusive->fast_or | v) + kExclusive->fast_add, in TryLock()
1920 waitp->how == kExclusive? SYNCH_EV_LOCK: SYNCH_EV_READERLOCK); in LockSlowLoop()
[all …]
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc701 static const Mutex::MuHow kExclusive = &kExclusiveS; // exclusive lock variable
944 } else if (waitp->how == kExclusive && in Enqueue()
1037 if (w->waitp->how == kExclusive) { // wake at most 1 writer in DequeueAllWakeable()
1470 this->LockSlow(kExclusive, nullptr, 0); in Lock()
1495 this->LockSlow(kExclusive, &cond, 0); in LockWhen()
1507 bool res = LockSlowWithDeadline(kExclusive, &cond, in LockWhenWithDeadline()
1570 (mu_.load(std::memory_order_relaxed) & kMuWriter) ? kExclusive : kShared; in AwaitCommon()
1602 if ((v & kExclusive->slow_need_zero) == 0 && // try fast acquire in TryLock()
1604 v, (kExclusive->fast_or | v) + kExclusive->fast_add, in TryLock()
1909 waitp->how == kExclusive? SYNCH_EV_LOCK: SYNCH_EV_READERLOCK); in LockSlowLoop()
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbtree.h184 enum class LockMode : char { kShared = 0, kExclusive = 1, kNone = 2 }; enumerator
193 if (lockmode == LockMode::kExclusive) { in path()
Dbtree_impl.tpp330 ins_cb->LockNode(n, LockPathCB::LockMode::kExclusive);
344 ins_cb->LockNode(n, LockPathCB::LockMode::kExclusive);
/third_party/skia/src/gpu/v1/
DStencilMaskHelper.cpp362 windowRects, GrWindowRectsState::Mode::kExclusive); in init()
DClipStack.cpp1464 out->hardClip().addWindowRectangles(windowRects, GrWindowRectsState::Mode::kExclusive); in apply()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp1854 GrGLenum glmode = (Mode::kExclusive == windowState.mode()) ? GR_GL_EXCLUSIVE : GR_GL_INCLUSIVE; in flushWindowRectangles()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1848 GrGLenum glmode = (Mode::kExclusive == windowState.mode()) ? GR_GL_EXCLUSIVE : GR_GL_INCLUSIVE; in flushWindowRectangles()