Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GoSyscallEndBlocked (0.26 sec)

  1. src/internal/trace/order.go

    	}
    
    	// Tell the M it has no P so it can proceed.
    	//
    	// This is safe because we know the P was in a syscall and
    	// the other M must be trying to get out of the syscall.
    	// GoSyscallEndBlocked cannot advance until the corresponding
    	// M loses its P.
    	mState.p = NoProc
    	o.queue.push(Event{table: evt, ctx: curCtx, base: *ev})
    	return newCtx, true, nil
    }
    
    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