gallium: Make pipe thread say if it has condvars or not

This commit is contained in:
Jakob Bornecrantz 2009-06-05 02:57:19 +01:00
parent 76b3072e9b
commit d4c578ae41

View file

@ -43,6 +43,8 @@
#include <pthread.h> /* POSIX threads headers */
#include <stdio.h> /* for perror() */
#define PIPE_THREAD_HAVE_CONDVAR
typedef pthread_t pipe_thread;
#define PIPE_THREAD_ROUTINE( name, param ) \