Re: [PATCH 2/7] liblock: public headers for mutex implementation

2013-02-01 Thread Sasha Levin
On 02/01/2013 04:57 AM, Ingo Molnar wrote: > > * Sasha Levin wrote: > >> These headers provide the same API as their pthread mutex counterparts. >> >> The design here is to allow to easily switch to liblock lock validation >> just by adding a "liblock_" to pthread_mutex_*() calls, which means th

Re: [PATCH 2/7] liblock: public headers for mutex implementation

2013-02-01 Thread Ingo Molnar
* Sasha Levin wrote: > These headers provide the same API as their pthread mutex counterparts. > > The design here is to allow to easily switch to liblock lock validation > just by adding a "liblock_" to pthread_mutex_*() calls, which means that > it's easy to integrate liblock into existing co