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

/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_client.c226 pthread_mutex_init(&globals->notify_lock, NULL);
272 pthread_mutex_lock(&globals->notify_lock);
311 pthread_mutex_unlock(&globals->notify_lock);
366 pthread_mutex_unlock(&globals->notify_lock);
456 if (lock != NO_LOCK) pthread_mutex_lock(&globals->notify_lock);
467 if (lock != NO_LOCK) pthread_mutex_unlock(&globals->notify_lock);
497 if (lock != NO_LOCK) pthread_mutex_unlock(&globals->notify_lock);
517 pthread_mutex_lock(&globals->notify_lock);
522 pthread_mutex_unlock(&globals->notify_lock);
570 pthread_mutex_lock(&globals->notify_lock);
[all...]
H A Dnotify_internal.h32 pthread_mutex_t notify_lock; member in struct:notify_globals_s

Completed in 133 milliseconds