HomeSort by: relevance | last modified time | path
    Searched defs:PAUSED (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
tpool.c 66 enum { NOT_PAUSED = 0, WANT_PAUSE = 1, PAUSED = 2 };
114 /* not paused and something to do for pool_<wrapper/pause/destroy>()
133 /* Max pending + paused + idle tasks, negated when ltp_finishing */
136 int ltp_pending_count; /* Pending + paused + idle tasks */
137 int ltp_active_count; /* Active, not paused/idle tasks */
153 /* paused and waiting for resume
182 /* Max pending + paused + idle tasks, negated when ltp_finishing */
528 * pool is paused */
549 assert(pool->ltp_pause == PAUSED);
779 count = (pool->ltp_pause == PAUSED);
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 288 PAUSED = 587,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 292 PAUSED = 587,

Completed in 17 milliseconds