Mesa (master): gallium: Make pipe thread say if it has condvars or not

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Fri Jun 5 02:02:09 UTC 2009


Module: Mesa
Branch: master
Commit: d4c578ae415623bdbc12885f93405b43141cc09a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4c578ae415623bdbc12885f93405b43141cc09a

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri Jun  5 02:57:19 2009 +0100

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

---

 src/gallium/include/pipe/p_thread.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/include/pipe/p_thread.h b/src/gallium/include/pipe/p_thread.h
index de55e99..df6d389 100644
--- a/src/gallium/include/pipe/p_thread.h
+++ b/src/gallium/include/pipe/p_thread.h
@@ -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 ) \




More information about the mesa-commit mailing list