Home
last modified time | relevance | path

Searched refs:TSIGNAL (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/libvncserver/
Dmain.c349 TSIGNAL(cl->updateCond); in rfbScheduleCopyRegion()
408 TSIGNAL(cl->updateCond); in rfbMarkRegionAsModified()
558 TSIGNAL(cl->updateCond); in clientInput()
1000 TSIGNAL(cl->updateCond); in rfbNewFramebuffer()
Dsockets.c492 TSIGNAL(cl->updateCond); in rfbCloseClient()
Drfbserver.c122 TSIGNAL(cl->deleteCond); in rfbDecrClientRef()
2263 TSIGNAL(cl->updateCond); in rfbProcessClientNormalMessage()
2274 TSIGNAL(cl->updateCond); in rfbProcessClientNormalMessage()
/external/libvncserver/rfb/
Drfb.h72 #define TSIGNAL(cond) (rfbLog("%s:%d TSIGNAL(%s)\n",__FILE__,__LINE__,#cond), pthread_cond_signal(&…
86 #define TSIGNAL(cond) pthread_cond_signal(&(cond)) macro
99 #define TSIGNAL(cond)