Searched refs:TSIGNAL (Results 1 – 4 of 4) sorted by relevance
349 TSIGNAL(cl->updateCond); in rfbScheduleCopyRegion()408 TSIGNAL(cl->updateCond); in rfbMarkRegionAsModified()558 TSIGNAL(cl->updateCond); in clientInput()1000 TSIGNAL(cl->updateCond); in rfbNewFramebuffer()
492 TSIGNAL(cl->updateCond); in rfbCloseClient()
122 TSIGNAL(cl->deleteCond); in rfbDecrClientRef()2263 TSIGNAL(cl->updateCond); in rfbProcessClientNormalMessage()2274 TSIGNAL(cl->updateCond); in rfbProcessClientNormalMessage()
72 #define TSIGNAL(cond) (rfbLog("%s:%d TSIGNAL(%s)\n",__FILE__,__LINE__,#cond), pthread_cond_signal(&…86 #define TSIGNAL(cond) pthread_cond_signal(&(cond)) macro99 #define TSIGNAL(cond)