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

  /src/external/bsd/ntp/dist/libntp/lib/isc/
task.c 605 isc_boolean_t idle1, idle2; local
620 idle1 = task_send(task, eventp);
625 * If idle1, then idle2 shouldn't be true as well since we're holding
629 INSIST(!(idle1 && idle2));
631 if (idle1 || idle2)
  /src/external/mpl/dhcp/bind/dist/lib/isc/
task.c 504 bool idle1, idle2; local
518 idle1 = task_send(task, eventp, c);
523 * If idle1, then idle2 shouldn't be true as well since we're holding
527 INSIST(!(idle1 && idle2));
529 if (idle1 || idle2) {

Completed in 28 milliseconds