Searched refs:attributes (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dmq.c1101 pthread_mutexattr_t attributes; local
1102 if (pthread_mutexattr_init(&attributes) != 0) {
1105 if (pthread_mutexattr_settype(&attributes, PTHREAD_MUTEX_RECURSIVE) != 0) {
1108 if (pthread_mutex_init(&peer->mutex, &attributes) != 0) {

Completed in 52 milliseconds