Search | Google it | Results 1 - 2 of 2 for funcall:ll_cmp (0.00 seconds) |
264:
265: if ( ll_cmp(tm, current_time) <= 0 ) {
266:
103: for ( q = timer_queue.next; q != &timer_queue; q = q->next ) { 104: if ( ll_cmp(event->time, ((TMEB*)q)->time) < 0) { 105: break;