Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/iface.go

    		}
    		if m2 == nil {
    			// Use atomic write here so if a reader sees m, it also
    			// sees the correctly initialized fields of m.
    			// NoWB is ok because m is not in heap memory.
    			// *p = m
    			atomic.StorepNoWB(unsafe.Pointer(p), unsafe.Pointer(m))
    			t.count++
    			return
    		}
    		h += i
    		h &= mask
    	}
    }
    
    // itabInit fills in the m.Fun array with all the code pointers for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 22.5K bytes
    - Viewed (0)
Back to top