Glib mutex performance with uClibc 0.9.28

Peter S. Mazinger ps.m at gmx.net
Wed Jul 12 15:18:52 UTC 2006


On Tue, 11 Jul 2006 jean-marie.verdun at splitted-desktop.org wrote:

> Hi,
> 
> I am investigating an ALSA issue with Gstreamer. The sound playback is 
> really poor and crampy. I am using a basic test with:
> gst-launch audiotestsrc ! alsasink
> the alsasink implementation is heavily using thread mutex implemented into 
> glib-2. 
> The call to the mutex is done through GST_ALSA_LOCK functions into 
> gst_alsasink_write.
> I do not face any sound issue with the osssink, which is not using heavily 
> the mutex stuff.
> 
> Does any of you have soon meet such issue ? Is there any recommandation to 
> build glib-2 ? Various threads implementation seems to be supported from 
> posix/dce/solaris/win32. My build is using for ever the gthread-impl.c 
> code rather than the gthread-posix.c. This could be a bug into the 
> configure script that I need to check.
> 
> I am using the 2.8.5 glib release.
> 
> Any feedback, or experience result appreciated !
> 
> Jm

with 2.10.3 if I run configure, it tells me that pthread type is posix, 
see what yours does

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list