Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setfpmasks (0.11 sec)

  1. src/runtime/os_plan9.go

    //go:noescape
    func notify(fn unsafe.Pointer) int32
    
    func noted(mode int32) int32
    
    //go:noescape
    func nsec(*int64) int64
    
    //go:noescape
    func sigtramp(ureg, note unsafe.Pointer)
    
    func setfpmasks()
    
    //go:noescape
    func tstart_plan9(newm *m)
    
    func errstr() string
    
    type _Plink uintptr
    
    func sigpanic() {
    	gp := getg()
    	if !canpanic() {
    		throw("unexpected signal during runtime execution")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:41:45 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top