Home
last modified time | relevance | path

Searched refs:socket_cond (Results 1 – 2 of 2) sorted by relevance

/dports/x11/libxcb/libxcb-1.14/src/
H A Dxcb_out.c90 pthread_cond_wait(&c->out.socket_cond, &c->iolock); in get_socket_back()
100 pthread_cond_broadcast(&c->out.socket_cond); in get_socket_back()
432 if(pthread_cond_init(&out->socket_cond, 0)) in _xcb_out_init()
H A Dxcbint.h96 pthread_cond_t socket_cond; member