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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c821 int teac_Select(Tcomm* tcomm, int *ids, int num_ids, int timeout) argument
825 if ((id= teac_Poll(tcomm, ids, num_ids)) >= 0) return id;
831 int teac_Poll(Tcomm* tcomm, int *ids, int num_ids) argument
836 for (j=0; j<num_ids; j++) {
837 int index= (j+tcomm->poll_shift) % num_ids;
954 int teac_Send( Tcomm* tcomm, int* ids, int num_ids, SBuffer* buf, void *start ) argument
1000 elan3_primeevent(tcomm->ctx, tcomm->sbuf_pull_event[buf->bufId], num_ids);
1003 for (iDest=0; iDest<num_ids; iDest++) {

Completed in 44 milliseconds