| cipher-ctr-mt.c | 74 u_int waits; member in struct:thread_stats 87 debug("tid %lu - %u fills, %u skips, %u waits", pthread_self(), 88 s->fills, s->skips, s->waits); 95 #define STATS_WAIT(s) { s.waits++; } 439 debug("main thread: %u drains, %u waits", c->stats.drains, 440 c->stats.waits);
|