Lines Matching full:pthread_cond_signal
72 #define TSIGNAL(cond) (rfbLog("%s:%d TSIGNAL(%s)\n",__FILE__,__LINE__,#cond), pthread_cond_signal(&(cond)))86 #define TSIGNAL(cond) pthread_cond_signal(&(cond))