04/11/2011 4:29 PM
post84879
|
> On Mon, Apr 11, 2011 at 10:46:40AM -0400, Mario Charest wrote:
> >
> > How can pthread_mutex_init(&_mutex, NULL ) return an error with errno
> > set to EINVAL given that the attribute argument is NULL?
> >
>
> pthread_mutex_init() returns EOK on success or an error on failure.
> It doesn't set errno.
>
Thanks...
> Regards,
>
> -seanb
|
|
|