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

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_out.c143 pthread_mutex_lock(&c->out.reqlenlock);
159 pthread_mutex_unlock(&c->out.reqlenlock);
167 pthread_mutex_lock(&c->out.reqlenlock);
180 pthread_mutex_unlock(&c->out.reqlenlock);
452 if(pthread_mutex_init(&out->reqlenlock, 0))
461 pthread_mutex_destroy(&out->reqlenlock);
H A Dxcbint.h119 pthread_mutex_t reqlenlock; member in struct:_xcb_out

Completed in 4 milliseconds