Searched defs:listElement (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.c2554 thread_function(PThreadListElement listElement) argument
2556 pthread_mutex_lock(&listElement->busy);
2559 while (listElement->data == NULL)
2560 pthread_cond_wait(&listElement->nodata, &listElement->busy);
2562 SC_deviceControl(listElement->data);
2563 listElement->data = NULL;
2565 pthread_mutex_unlock(&listElement->busy);

Completed in 50 milliseconds