Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allocBlock (0.16 sec)

  1. src/runtime/rwmutex.go

    	readRank lockRank // semantic lock rank for read locking
    }
    
    // Lock ranking an rwmutex has two aspects:
    //
    // Semantic ranking: this rwmutex represents some higher level lock that
    // protects some resource (e.g., allocmLock protects creation of new Ms). The
    // read and write locks of that resource need to be represented in the lock
    // rank.
    //
    // Internal ranking: as an implementation detail, rwmutex uses two mutexes:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 14:29:04 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top