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

  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 133 int wait_pending; member in struct:cache
unsquashfs.c 325 cache->wait_pending = FALSE;
433 * if the wait_pending flag is set, one or more threads may be waiting
436 if(entry->cache->wait_pending) {
437 entry->cache->wait_pending = FALSE;
454 entry->cache->wait_pending = TRUE;
    [all...]

Completed in 76 milliseconds