Home
last modified time | relevance | path

Searched refs:old_h (Results 1 – 12 of 12) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc2137 PerThreadSynch* old_h = nullptr; in UnlockSlow() local
2229 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2233 if (old_h != nullptr && in UnlockSlow()
2234 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2235 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2236 ABSL_RAW_CHECK(old_h->skip == nullptr, "illegal skip from head"); in UnlockSlow()
2237 if (h != old_h && MuEquivalentWaiter(old_h, old_h->next)) { in UnlockSlow()
2238 old_h->skip = old_h->next; // old_h not head & can skip to successor in UnlockSlow()
2255 } else if (w != nullptr && (w->waitp->how == kExclusive || h == old_h)) { in UnlockSlow()
2267 if (old_h == h) { // we've searched before, and nothing's new in UnlockSlow()
[all …]
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.cc2039 PerThreadSynch *old_h = nullptr; in UnlockSlow() local
2134 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2138 if (old_h != nullptr && in UnlockSlow()
2139 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2140 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2141 ABSL_RAW_CHECK(old_h->skip == nullptr, "illegal skip from head"); in UnlockSlow()
2142 if (h != old_h && MuSameCondition(old_h, old_h->next)) { in UnlockSlow()
2143 old_h->skip = old_h->next; // old_h not head & can skip to successor in UnlockSlow()
2160 } else if (w != nullptr && (w->waitp->how == kExclusive || h == old_h)) { in UnlockSlow()
2172 if (old_h == h) { // we've searched before, and nothing's new in UnlockSlow()
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc2137 PerThreadSynch* old_h = nullptr; in UnlockSlow() local
2229 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2233 if (old_h != nullptr && in UnlockSlow()
2234 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2235 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2236 ABSL_RAW_CHECK(old_h->skip == nullptr, "illegal skip from head"); in UnlockSlow()
2237 if (h != old_h && MuEquivalentWaiter(old_h, old_h->next)) { in UnlockSlow()
2238 old_h->skip = old_h->next; // old_h not head & can skip to successor in UnlockSlow()
2255 } else if (w != nullptr && (w->waitp->how == kExclusive || h == old_h)) { in UnlockSlow()
2267 if (old_h == h) { // we've searched before, and nothing's new in UnlockSlow()
[all …]
/external/abseil-cpp/absl/synchronization/
Dmutex.cc2111 PerThreadSynch* old_h = nullptr; in UnlockSlow() local
2203 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2207 if (old_h != nullptr && in UnlockSlow()
2208 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2209 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2210 ABSL_RAW_CHECK(old_h->skip == nullptr, "illegal skip from head"); in UnlockSlow()
2211 if (h != old_h && MuEquivalentWaiter(old_h, old_h->next)) { in UnlockSlow()
2212 old_h->skip = old_h->next; // old_h not head & can skip to successor in UnlockSlow()
2229 } else if (w != nullptr && (w->waitp->how == kExclusive || h == old_h)) { in UnlockSlow()
2241 if (old_h == h) { // we've searched before, and nothing's new in UnlockSlow()
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc2137 PerThreadSynch* old_h = nullptr; in UnlockSlow() local
2229 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2233 if (old_h != nullptr && in UnlockSlow()
2234 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2235 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2236 ABSL_RAW_CHECK(old_h->skip == nullptr, "illegal skip from head"); in UnlockSlow()
2237 if (h != old_h && MuEquivalentWaiter(old_h, old_h->next)) { in UnlockSlow()
2238 old_h->skip = old_h->next; // old_h not head & can skip to successor in UnlockSlow()
2255 } else if (w != nullptr && (w->waitp->how == kExclusive || h == old_h)) { in UnlockSlow()
2267 if (old_h == h) { // we've searched before, and nothing's new in UnlockSlow()
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc2103 PerThreadSynch *old_h = nullptr; in UnlockSlow() local
2198 ABSL_RAW_CHECK(old_h == nullptr || h->maybe_unlocking, in UnlockSlow()
2202 if (old_h != nullptr && in UnlockSlow()
2203 !old_h->may_skip) { // we used old_h as a terminator in UnlockSlow()
2204 old_h->may_skip = true; // allow old_h to skip once more in UnlockSlow()
2205 ABSL_RAW_CHECK(old_h->skip == nullptr, "illegal skip from head"); in UnlockSlow()
2206 if (h != old_h && MuEquivalentWaiter(old_h, old_h->next)) { in UnlockSlow()
2207 old_h->skip = old_h->next; // old_h not head & can skip to successor in UnlockSlow()
2224 } else if (w != nullptr && (w->waitp->how == kExclusive || h == old_h)) { in UnlockSlow()
2236 if (old_h == h) { // we've searched before, and nothing's new in UnlockSlow()
[all …]
/external/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.h49 unsigned old_h; member
Dkopper.c248 drawable->old_h != height); in kopper_allocate_textures()
271 drawable->old_h = height; in kopper_allocate_textures()
Ddrisw.c433 drawable->old_h != height); in drisw_allocate_textures()
542 drawable->old_h = height; in drisw_allocate_textures()
Ddri2.c334 drawable->old_h == drawable->h && in dri2_allocate_textures()
596 drawable->old_h = drawable->h; in dri2_allocate_textures()
/external/coreboot/util/kconfig/
Dgconf.c466 static gint old_h; in on_window1_size_request() local
474 if (h == old_h) in on_window1_size_request()
476 old_h = h; in on_window1_size_request()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_render_pass.c874 unsigned old_h = ctx->fb_state.height; in zink_render_fixup_swapchain() local
880 if (ctx->fb_state.width != old_w || ctx->fb_state.height != old_h) in zink_render_fixup_swapchain()