Searched refs:rc_annotate_lock (Results 1 – 2 of 2) sorted by relevance
284 (void) pthread_mutex_init(&cp->rc_annotate_lock, NULL); in client_alloc()312 (void) pthread_mutex_destroy(&cp->rc_annotate_lock); in client_free()1836 (void) pthread_mutex_lock(&cp->rc_annotate_lock); in set_annotation()1850 (void) pthread_mutex_unlock(&cp->rc_annotate_lock); in set_annotation()1917 (void) pthread_mutex_lock(&cp->rc_annotate_lock); in client_annotation_needed()1940 (void) pthread_mutex_unlock(&cp->rc_annotate_lock); in client_annotation_needed()1950 (void) pthread_mutex_lock(&cp->rc_annotate_lock); in client_annotation_finished()1952 (void) pthread_mutex_unlock(&cp->rc_annotate_lock); in client_annotation_finished()
545 pthread_mutex_t rc_annotate_lock; member