Searched refs:wait_for_free (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.h157 pthread_cond_t wait_for_free; member in struct:cache
H A Dunsquashfs.c272 pthread_cond_init(&cache->wait_for_free, NULL);
327 pthread_cond_wait(&cache->wait_for_free,
420 pthread_cond_broadcast(&entry->cache->wait_for_free);
H A Dmksquashfs.c499 pthread_cond_t wait_for_free; member in struct:cache
586 pthread_cond_init(&cache->wait_for_free, NULL);
652 pthread_cond_wait(&cache->wait_for_free, &cache->mutex);
713 pthread_cond_signal(&cache->wait_for_free);

Completed in 63 milliseconds