Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 112 of 112 for enter_0 (0.12 sec)

  1. src/cmd/compile/internal/walk/order.go

    		o.popTemp(t)
    
    	case ir.ORETURN:
    		n := n.(*ir.ReturnStmt)
    		o.exprList(n.Results)
    		o.out = append(o.out, n)
    
    	// Special: clean case temporaries in each block entry.
    	// Select must enter one of its blocks, so there is no
    	// need for a cleaning at the end.
    	// Doubly special: evaluation order for select is stricter
    	// than ordinary expressions. Even something like p.c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 02:00:33 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  2. src/internal/trace/internal/oldtrace/parser.go

    	EvGoBlockCond       event.Type = 26 // goroutine blocks on Cond [timestamp, stack]
    	EvGoBlockNet        event.Type = 27 // goroutine blocks on network [timestamp, stack]
    	EvGoSysCall         event.Type = 28 // syscall enter [timestamp, stack]
    	EvGoSysExit         event.Type = 29 // syscall exit [timestamp, goroutine id, seq, real timestamp]
    	EvGoSysBlock        event.Type = 30 // syscall blocks [timestamp]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top