Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dmain.c509 clientInput(void *data) in clientInput() function
610 pthread_create(&cl->client_thread, NULL, clientInput, (void *)cl); in rfbStartOnHoldClient()
/external/libvncserver/
DChangeLog1500 a loop L2 nested within loop L1. BUT: Now client 2 disconnects, it's clientInput thread terminates
1507 locked by cl2's clientInput thread and is only released when
1510 for cl2's clientInput thread to release clientListMutex. Which never
1512 …ow, situation with this patch: Same as above, but when client 2 disconnects it's clientInput thread
1519 cl2's clientInput thread to continue and terminate. The resources