Question about gthread library on Windows



Hi,

I have a question about gthred library on windows.
Which function is called from g_thread_create_full in binary?

From libglib-2.0-0.dll
 which is taken from http://www.gtk.org/download-windows.html
 It seems not using _beginthreadex. from objdump -d libglib-2.0-0.dll
 _beginthreadex is called from create_thread() only.

From glib source code 
 gthread/gthread-win32.c have function uses _beginthreadex.

Any suggestions are welcome.

By the way,
The search on left window does not work.
http://mail.gnome.org/archives/gtk-app-devel-list/2008-May/date.html
It appears following messages after pushing search button.

==================
Not Found

The requested URL /mailman/search was not found on this server.
Apache/2.2.3 (Red Hat) Server at mail.gnome.org Port 80
==================

Thanks
Atsushi SAKAI





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]