Home
last modified time | relevance | path

Searched refs:wait_for_free (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.c324 pthread_cond_init(&cache->wait_for_free, NULL); in INSERT_LIST()
421 pthread_cond_wait(&cache->wait_for_free, &cache->mutex); in _cache_get()
500 pthread_cond_signal(&cache->wait_for_free); in cache_block_put()
Dunsquashfs.h135 pthread_cond_t wait_for_free; member
Dcaches-queues-lists.h168 pthread_cond_t wait_for_free; member
Dunsquashfs.c327 pthread_cond_init(&cache->wait_for_free, NULL); in cache_init()
385 pthread_cond_wait(&cache->wait_for_free, in cache_get()
484 pthread_cond_broadcast(&entry->cache->wait_for_free); in cache_block_put()