[PATCH v3 1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex

Florian Weimer fweimer@redhat.com
Thu Jun 7 13:10:00 GMT 2018


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



More information about the Libc-alpha mailing list