HomeSort by relevance Sort by last modified time
    Searched full:wait_for_free (Results 1 - 4 of 4) sorted by null

  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.c 324 pthread_cond_init(&cache->wait_for_free, NULL);
421 pthread_cond_wait(&cache->wait_for_free, &cache->mutex);
500 pthread_cond_signal(&cache->wait_for_free);
caches-queues-lists.h 168 pthread_cond_t wait_for_free; member in struct:cache
unsquashfs.h 131 pthread_cond_t wait_for_free; member in struct:cache
unsquashfs.c 322 pthread_cond_init(&cache->wait_for_free, NULL);
380 pthread_cond_wait(&cache->wait_for_free,
479 pthread_cond_broadcast(&entry->cache->wait_for_free);
    [all...]

Completed in 264 milliseconds