2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 16 Apr 2005 20:27:03 +0000 (20:27 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 16 Apr 2005 20:27:03 +0000 (20:27 -0000)
* handles.c:
* processes.c:
* handles-private.h: we were calling g_renew to expand the handle array,
but that might move the memory and we might have pthread conditions or
mutexes in the original memory area that are being used. Now instead of
expanding an existing array, we just create new ones and keep a list of
them. Access to _wapi_private_handles had to be modified accordingly.

svn path=/trunk/mono/; revision=43128


No differences found