Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cyclicRanks (0.2 sec)

  1. src/runtime/mklockrank.go

    execR,
      execW
    < execRInternal;
    
    testR,
      testW
    < testRInternal;
    `
    
    // cyclicRanks lists lock ranks that allow multiple locks of the same
    // rank to be acquired simultaneously. The runtime enforces ordering
    // within these ranks using a separate mechanism.
    var cyclicRanks = map[string]bool{
    	// Multiple timers are locked simultaneously in destroy().
    	"timers": true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:47:01 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top