mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
gallium: Make pipe thread say if it has condvars or not
This commit is contained in:
parent
76b3072e9b
commit
d4c578ae41
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue