HomeSort by relevance Sort by last modified time
    Searched refs:run_num_allocated (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/test/
regress.gen.c 65 tmp->run_num_allocated = 0;
77 if (++msg->run_length >= msg->run_num_allocated) {
78 int tobe_allocated = msg->run_num_allocated;
86 msg->run_num_allocated = tobe_allocated;
254 tmp->run_num_allocated = 0;
276 tmp->run_num_allocated = 0;
regress.gen.h 57 int run_num_allocated; member in struct:msg

Completed in 484 milliseconds