HomeSort by relevance Sort by last modified time
    Searched full:mutex_out (Results 1 - 1 of 1) sorted by null

  /external/valgrind/drd/tests/
circular_buffer.c 46 pthread_mutex_t mutex_out; member in struct:__anon20578
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 139 milliseconds