Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/sync/pool.go

    	return &local[pid], pid
    }
    
    // poolCleanup should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/bytedance/gopkg
    //   - github.com/songzhibin97/gkit
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname poolCleanup
    func poolCleanup() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 21:14:51 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top