From: Jakob Bornecrantz Date: Fri, 5 Jun 2009 01:57:19 +0000 (+0100) Subject: gallium: Make pipe thread say if it has condvars or not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4c578ae415623bdbc12885f93405b43141cc09a;p=mesa.git gallium: Make pipe thread say if it has condvars or not --- diff --git a/src/gallium/include/pipe/p_thread.h b/src/gallium/include/pipe/p_thread.h index de55e99ed49..df6d38904a6 100644 --- a/src/gallium/include/pipe/p_thread.h +++ b/src/gallium/include/pipe/p_thread.h @@ -43,6 +43,8 @@ #include /* POSIX threads headers */ #include /* for perror() */ +#define PIPE_THREAD_HAVE_CONDVAR + typedef pthread_t pipe_thread; #define PIPE_THREAD_ROUTINE( name, param ) \