HomeSort by: relevance | last modified time | path
    Searched refs:_event_mutex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/snapshot/
dmeventd_snapshot.c 57 static pthread_mutex_t _event_mutex = PTHREAD_MUTEX_INITIALIZER; variable
121 if (pthread_mutex_trylock(&_event_mutex)) {
123 pthread_mutex_lock(&_event_mutex);
148 pthread_mutex_unlock(&_event_mutex);
  /src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
dmeventd_mirror.c 54 static pthread_mutex_t _event_mutex = PTHREAD_MUTEX_INITIALIZER; variable
189 if (pthread_mutex_trylock(&_event_mutex)) {
191 pthread_mutex_lock(&_event_mutex);
235 pthread_mutex_unlock(&_event_mutex);

Completed in 24 milliseconds