Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EDEADLK (0.12 sec)

  1. src/cmd/go/internal/lockedfile/lockedfile_test.go

    	})
    
    	f.Close()
    	wait(t)
    }
    
    // TestSpuriousEDEADLK verifies that the spurious EDEADLK reported in
    // https://golang.org/issue/32817 no longer occurs.
    func TestSpuriousEDEADLK(t *testing.T) {
    	// 	P.1 locks file A.
    	// 	Q.3 locks file B.
    	// 	Q.3 blocks on file A.
    	// 	P.2 blocks on file B. (Spurious EDEADLK occurs here.)
    	// 	P.1 unlocks file A.
    	// 	Q.3 unblocks and locks file A.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:29 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top