Home | History | Annotate | Download | only in runtime

Lines Matching full:barrier

107   kActiveSuspendBarrier = 4  // Register that at least 1 suspend barrier needs to be passed.
1130 // Since we transitioned to a suspended state, check the pass barrier requests.
1462 // They work effectively as art::Barrier, but implemented directly using AtomicInteger and futex
1463 // to avoid additional cost of a mutex and a condition variable, as used in art::Barrier.
1518 // Debug disable read barrier count, only is checked for debug builds and only in the runtime.