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

  /src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c 163 bool hi_called; member in struct:isc__mem
804 ctx->hi_called = false;
1080 if (!ctx->hi_called) {
1145 if (ctx->hi_called) {
1165 ctx->hi_called = false;
1167 ctx->hi_called = true;
1324 if (ctx->hi_water != 0U && !ctx->hi_called &&
1327 ctx->hi_called = true;
1431 if (ctx->hi_called &&
1434 ctx->hi_called = false
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
mem.c 136 atomic_bool hi_called; member in struct:isc_mem
574 atomic_init(&ctx->hi_called, false);

Completed in 19 milliseconds