Home | History | Annotate | Download | only in mpreal

Lines Matching defs:pthread_mutexattr_settype

1841 #define pthread_mutexattr_settype(x,y) pthread_mutexattr_setkind_np(x,y)

1848 if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE)) return 1;