mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
win32: Make once-test work
The barrier is not used when pthread is not available.
This commit is contained in:
parent
2cfacc6f55
commit
3adc43b8fe
4 changed files with 32 additions and 9 deletions
|
|
@ -94,8 +94,6 @@ int main(int argc, char *argv[]) {
|
|||
int i, k;
|
||||
pa_thread* t[THREADS_MAX];
|
||||
|
||||
assert(pa_thread_is_running(pa_thread_self()));
|
||||
|
||||
mutex = pa_mutex_new(FALSE, FALSE);
|
||||
cond1 = pa_cond_new();
|
||||
cond2 = pa_cond_new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue