Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GoDestroy (0.07 sec)

  1. src/internal/trace/order.go

    		o.queue.push(makeEvent(evt, curCtx, go122.EvGoBlock, ev.time, 0 /* no reason */, 0 /* no stack */))
    	case go122.EvGoSwitchDestroy:
    		// This goroutine is exiting itself.
    		delete(o.gStates, curCtx.G)
    
    		// Emit a GoDestroy event.
    		o.queue.push(makeEvent(evt, curCtx, go122.EvGoDestroy, ev.time))
    	}
    	// Update the state of the next goroutine.
    	nextGState.status = go122.GoRunning
    	nextGState.seq = seq
    	newCtx := curCtx
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
Back to top