~ubuntu-branches/ubuntu/jaunty/pulseaudio/jaunty-updates

« back to all changes in this revision

Viewing changes to src/pulse/thread-mainloop.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071204005608-3lzrrrpxi186kgx4
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: thread-mainloop.c 1971 2007-10-28 19:13:50Z lennart $ */
 
1
/* $Id: thread-mainloop.c 2059 2007-11-14 16:11:51Z lennart $ */
2
2
 
3
3
/***
4
4
  This file is part of PulseAudio.
103
103
        return NULL;
104
104
    }
105
105
 
106
 
    m->mutex = pa_mutex_new(TRUE, FALSE);
 
106
    m->mutex = pa_mutex_new(TRUE, TRUE);
107
107
    m->cond = pa_cond_new();
108
108
    m->accept_cond = pa_cond_new();
109
109
    m->thread = NULL;