projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76b3072
)
gallium: Make pipe thread say if it has condvars or not
author
Jakob Bornecrantz
<jakob@vmware.com>
Fri, 5 Jun 2009 01:57:19 +0000
(
02:57
+0100)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Fri, 5 Jun 2009 01:57:19 +0000
(
02:57
+0100)
src/gallium/include/pipe/p_thread.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_thread.h
b/src/gallium/include/pipe/p_thread.h
index de55e99ed49c0d163549c40ad5f9e2e4cbd59ea1..df6d38904a613fc58d3d22b156703fc5e04b202e 100644
(file)
--- 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 ) \