Searched defs:mutex_out (Results 1 - 1 of 1) sorted by last modified time

/external/valgrind/main/drd/tests/
H A Dcircular_buffer.c46 pthread_mutex_t mutex_out; member in struct:__anon32785
96 pthread_mutex_init(&b->mutex_out, NULL);
107 pthread_mutex_lock(&b->mutex_out);
116 pthread_mutex_unlock(&b->mutex_out);
154 pthread_mutex_destroy(&b->mutex_out);

Completed in 145 milliseconds