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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_pthread.c75 pthread_mutexattr_t mutexattr, *mutexattrp = NULL; local
84 mutexattrp = &mutexattr;
88 RET_SET((pthread_mutex_init(&mutexp->mutex, mutexattrp)), ret);
89 if (mutexattrp != NULL)
90 (void)pthread_mutexattr_destroy(mutexattrp);

Completed in 16 milliseconds