HomeSort by relevance Sort by last modified time
    Searched refs:new_work (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
threadpool.c 52 pthread_cond_wait(&pool->new_work, &pool->m);
88 pthread_cond_init(&pool->new_work, NULL);
106 pthread_cond_broadcast(&pool->new_work);
115 pthread_cond_destroy(&pool->new_work);
164 pthread_cond_signal(&pool->new_work);
threadpool.h 35 pthread_cond_t new_work; member in struct:threadpool

Completed in 155 milliseconds