Home
last modified time | relevance | path

Searched refs:reply_mutex (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.h67 pthread_mutex_t reply_mutex; /* Protect reply structure */ member
H A Dclvmd.c643 pthread_mutex_lock(&client->bits.localsock.reply_mutex); in timedout_callback()
650 pthread_mutex_unlock(&client->bits.localsock.reply_mutex); in timedout_callback()
1108 pthread_mutex_init(&thisfd->bits.localsock.reply_mutex, NULL); in read_from_local_sock()
1406 pthread_mutex_lock(&client->bits.localsock.reply_mutex); in add_reply_to_list()
1430 pthread_mutex_unlock(&client->bits.localsock.reply_mutex); in add_reply_to_list()
1449 pthread_mutex_unlock(&client->bits.localsock.reply_mutex); in add_reply_to_list()