Searched refs:mHeadMutex (Results 1 – 2 of 2) sorted by relevance
497 pthread_mutex_init(&mHeadMutex, NULL); in Monitor()514 pthread_mutex_lock(&mHeadMutex); in startService()524 pthread_mutex_unlock(&mHeadMutex); in startService()530 pthread_mutex_lock(&mHeadMutex); in stopService()539 pthread_mutex_unlock(&mHeadMutex); in stopService()599 pthread_mutex_lock(&mHeadMutex); in rescan()636 pthread_mutex_unlock(&mHeadMutex); in rescan()646 pthread_mutex_lock(&mHeadMutex); in allocateServiceRef()649 pthread_mutex_unlock(&mHeadMutex); in allocateServiceRef()654 pthread_mutex_lock(&mHeadMutex); in lookupServiceRef()[all …]
100 pthread_mutex_t mHeadMutex; variable