Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h136 pthread_cond_t wait_for_pending; member
Dunsquashfs.c328 pthread_cond_init(&cache->wait_for_pending, NULL); in cache_init()
438 pthread_cond_broadcast(&entry->cache->wait_for_pending); in cache_block_ready()
455 pthread_cond_wait(&entry->cache->wait_for_pending, in cache_block_wait()