#include <pthread.h> int pthread_mutexattr_init( pthread_mutexattr_t *attr );
The pthread_mutexattr_init
routine initializes the mutex attributes
object specified by attr
with the default value for all of the
individual attributes.
XXX insert list of default attributes here.
Copyright © 1988-2007OAR Corporation