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

  /src/external/mpl/dhcp/bind/dist/lib/isc/
task.c 109 int pause_cnt; member in struct:isc_task
238 task->pause_cnt = 0;
1217 task->pause_cnt++;
1218 if (task->pause_cnt > 1) {
1245 task->pause_cnt--;
1246 INSIST(task->pause_cnt >= 0);
1247 if (task->pause_cnt > 0) {

Completed in 23 milliseconds