This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3 1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex
- From: Florian Weimer <fweimer at redhat dot com>
- To: Kemi Wang <kemi dot wang at intel dot com>, Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, Rical Jason <rj at 2c3t dot io>, Carlos Donell <carlos at redhat dot com>, Glibc alpha <libc-alpha at sourceware dot org>
- Cc: Dave Hansen <dave dot hansen at linux dot intel dot com>, Tim Chen <tim dot c dot chen at intel dot com>, Andi Kleen <andi dot kleen at intel dot com>, Ying Huang <ying dot huang at intel dot com>, Aaron Lu <aaron dot lu at intel dot com>, Lu Aubrey <aubrey dot li at intel dot com>
- Date: Thu, 7 Jun 2018 15:10:04 +0200
- Subject: Re: [PATCH v3 1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex
- References: <1527067354-13333-1-git-send-email-kemi.wang@intel.com>
On 05/23/2018 11:22 AM, Kemi Wang wrote:
+ mutex {
+ spin_count {
+ type: INT_32
+ minval: 0
+ maxval: 30000
+ default: 100
+ }
+ }
I think the applicable comments from the commit message should be
included in here.
Thanks,
Florian