On Sun, Dec 13, 2009 at 9:30 AM, G. GuitarLord <muadiba...@hotmail.com> wrote:

> nm -D --radix=dec --defined-only /usr/lib/libglib-2.0.so | grep -w
> g_atomic_int_add
>
> which returns:
>
> 00072976 T g_atomic_int_add

I got that command slightly wrong. Please show what the output of this is:

    nm -D --radix=dec --defined-only -S /usr/lib/libglib-2.0.so | grep
-w g_atomic_int_add

the premise is that the "real" atomic versions of these functions are
small, the mutex-locked ones are larger.
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to