X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-threads.c;h=12c95c7861bda5eb2bb8f92d3efce2e72dac577d;hb=2b03fe54d75b6444eaaaaa9ce1a0c860afbbb592;hp=980522621b264ca3709ab733d6e76928853a1fb4;hpb=9a142460536fa82be253bf0815aae8da0bda28bb;p=mono.git diff --git a/mono/utils/mono-threads.c b/mono/utils/mono-threads.c index 980522621b2..12c95c7861b 100644 --- a/mono/utils/mono-threads.c +++ b/mono/utils/mono-threads.c @@ -770,7 +770,7 @@ mono_thread_info_core_resume (MonoThreadInfo *info) MonoNativeThreadId tid = mono_thread_info_get_tid (info); /* Have to special case this, as the normal suspend/resume pair are racy, they don't work if he resume is received before the suspend */ info->create_suspended = FALSE; - mono_threads_platform_resume_created (info, tid); + mono_coop_sem_post (&info->create_suspended_sem); return TRUE; }