Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _LostContendedRuntimeLock (0.25 sec)

  1. doc/godebug.md

    distribution that disables transparent huge pages altogether.
    
    Go 1.22 added contention on runtime-internal locks to the [`mutex`
    profile](/pkg/runtime/pprof#Profile). Contention on these locks is always
    reported at `runtime._LostContendedRuntimeLock`. Complete stack traces of
    runtime locks can be enabled with the [`runtimecontentionstacks`
    setting](/pkg/runtime#hdr-Environment_Variable). These stack traces have
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  2. doc/go1.22.html

          <a href="/pkg/sync#Mutex"><code>sync.Mutex</code></a> and
          <a href="/pkg/sync#RWMutex"><code>sync.RWMutex</code></a>.
          Contention on runtime-internal locks is always reported at <code>runtime._LostContendedRuntimeLock</code>.
          A future release will add complete stack traces in these cases.
        </p>
    
        <p><!-- https://go.dev/issue/50891 -->
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top