HomeSort by relevance Sort by last modified time
    Searched full:n_to_wake (Results 1 - 1 of 1) sorted by null

  /external/libevent/
evthread_win32.c 183 int n_to_wake; member in struct:evthread_win32_cond
202 cond->n_waiting = cond->n_to_wake = cond->generation = 0;
221 cond->n_to_wake = cond->n_waiting;
223 ++cond->n_to_wake;
254 if (cond->n_to_wake &&
256 --cond->n_to_wake;
278 if (cond->n_to_wake == 0) {

Completed in 74 milliseconds