Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/internal/trace/order.go

    type pState struct {
    	id     ProcID
    	status go122.ProcStatus
    	seq    seqCounter
    
    	// rangeState is the state of special time ranges bound to this proc.
    	rangeState
    }
    
    // mState is the state of a thread at a point in the trace.
    type mState struct {
    	g GoID   // Goroutine bound to this M. (The goroutine's state is Executing.)
    	p ProcID // Proc bound to this M. (The proc's state is Executing.)
    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