Home
last modified time | relevance | path

Searched refs:wait_on_unlock (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.c427 entry->wait_on_unlock = FALSE; in _cache_get()
552 entry->wait_on_unlock = FALSE; in cache_get_nowait()
617 buffer->wait_on_unlock = TRUE; in cache_wait_unlock()
638 if(entry->wait_on_unlock) { in cache_unlock()
639 entry->wait_on_unlock = FALSE; in cache_unlock()
Dcaches-queues-lists.h124 char wait_on_unlock; member