HomeSort by relevance Sort by last modified time
    Searched defs:transitionReady (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/internal/trace/
order.go 69 if !transitionReady(g, gs[g], init) {
196 func transitionReady(g uint64, curr, init gState) bool {
205 if !transitionReady(g, curr, init) {
  /prebuilts/go/linux-x86/src/internal/trace/
order.go 69 if !transitionReady(g, gs[g], init) {
196 func transitionReady(g uint64, curr, init gState) bool {
205 if !transitionReady(g, curr, init) {

Completed in 982 milliseconds