Searched refs:clientInput (Results 1 – 2 of 2) sorted by relevance
509 clientInput(void *data) in clientInput() function610 pthread_create(&cl->client_thread, NULL, clientInput, (void *)cl); in rfbStartOnHoldClient()
1500 a loop L2 nested within loop L1. BUT: Now client 2 disconnects, it's clientInput thread terminates1507 locked by cl2's clientInput thread and is only released when1510 for cl2's clientInput thread to release clientListMutex. Which never1512 …ow, situation with this patch: Same as above, but when client 2 disconnects it's clientInput thread1519 cl2's clientInput thread to continue and terminate. The resources