Searched defs:pthread_mutexattr_settype (Results 1 – 7 of 7) sorted by relevance
3 int pthread_mutexattr_settype(pthread_mutexattr_t *a, int type) in pthread_mutexattr_settype() function
69 int (*pthread_mutexattr_settype)(pthread_mutexattr_t *mutexAttr, int type); member
170 #define pthread_mutexattr_settype _pthread_mutexattr_settype macro
186 int pthread_mutexattr_settype(pthread_mutexattr_t *mutexAttr, int type) in pthread_mutexattr_settype() function
1104 pub fn pthread_mutexattr_settype(attr: *mut pthread_mutexattr_t, _type: ::c_int) -> ::c_int; in pthread_mutexattr_settype() function
1299 pub fn pthread_mutexattr_settype(pAttr: *mut ::pthread_mutexattr_t, pType: ::c_int) -> ::c_int; in pthread_mutexattr_settype() function
3711 pub fn pthread_mutexattr_settype(attr: *mut pthread_mutexattr_t, _type: ::c_int) -> ::c_int; in pthread_mutexattr_settype() function