Searched refs:wait_for_free (Results 1 – 4 of 4) sorted by relevance
324 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()
135 pthread_cond_t wait_for_free; member
168 pthread_cond_t wait_for_free; member
327 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()