HomeSort by relevance Sort by last modified time
    Searched defs:flushing (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/util/
skiplist.c 52 int flushing; /* TRUE if thread waiting to flush cached items */ member in struct:skipList_struct
211 if((list->cached > list->flushLimit) && (! list->flushing)) {
212 list->flushing = TRUE;
223 /* we are now flushing deleted items */
231 list->flushing = FALSE; /* done flushing */
  /external/dropbear/
channel.h 87 int flushing; member in struct:Channel

Completed in 42 milliseconds