Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for oldStat (0.08 sec)

  1. src/internal/trace/order.go

    			oldState = ProcUndetermined
    		} else {
    			oldState = ProcNotExist
    		}
    	}
    	ev.extra(version.Go122)[0] = uint64(oldState) // Smuggle in the old state for StateTransition.
    
    	// Bind the proc to the new context, if it's running.
    	newCtx := curCtx
    	if status == go122.ProcRunning || status == go122.ProcSyscall {
    		newCtx.P = pid
    	}
    	// If we're advancing through ProcSyscallAbandoned *but* oldState is running then we've
    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