[cairo] [PATCH V3 1/4] cairo_rwlock: introduce rwlock.

Behdad Esfahbod behdad at behdad.org
Mon May 28 22:59:33 PDT 2012


On 05/28/2012 11:13 PM, Zhigang Gong wrote:
> +#elif CAIRO_HAS_PTHREAD /* and finally if there are no native rwlocks ********/

The comment here looks wrong.

behdad

> +# include <pthread.h>
> +  typedef pthread_rwlock_t cairo_rwlock_impl_t;


More information about the cairo mailing list