Searched refs:reusable (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_worker.h63 int reusable; member in struct:blocking_child_tag
92 int reusable; member in struct:blocking_child_tag
/freebsd-11.0-release/contrib/ntp/libntp/
H A Dntp_worker.c141 if (blocking_children[slot]->reusable) {
142 blocking_children[slot]->reusable = FALSE;
182 blocking_children[intres_slot]->reusable)
H A Dwork_fork.c161 if (NULL == c || c->reusable == TRUE)
232 c->reusable = TRUE;
H A Dwork_thread.c481 DEBUG_INSIST(!c->reusable);
878 DEBUG_INSIST(!c->reusable);
922 c->reusable = TRUE;
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c13273 unsigned reusable :1; /* Constant expression is reusable */ member in struct:ExprList::ExprList_item
[all...]

Completed in 315 milliseconds