Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for OnceFunc (0.1 sec)

  1. src/cmd/compile/internal/test/inl_test.go

    			"(*rngSource).Int63",
    			"(*rngSource).Uint64",
    		},
    		"net": {
    			"(*UDPConn).ReadFromUDP",
    		},
    		"sync": {
    			// Both OnceFunc and its returned closure need to be inlinable so
    			// that the returned closure can be inlined into the caller of OnceFunc.
    			"OnceFunc",
    			"OnceFunc.func2", // The returned closure.
    			// TODO(austin): It would be good to check OnceValue and OnceValues,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*WaitGroup).Wait", Method, 0},
    		{"Cond", Type, 0},
    		{"Cond.L", Field, 0},
    		{"Locker", Type, 0},
    		{"Map", Type, 9},
    		{"Mutex", Type, 0},
    		{"NewCond", Func, 0},
    		{"Once", Type, 0},
    		{"OnceFunc", Func, 21},
    		{"OnceValue", Func, 21},
    		{"OnceValues", Func, 21},
    		{"Pool", Type, 3},
    		{"Pool.New", Field, 3},
    		{"RWMutex", Type, 0},
    		{"WaitGroup", Type, 0},
    	},
    	"sync/atomic": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top