X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-threads-posix.c;h=b2e4bd37bcc93a8ec42eb3e9a6f844ecf36e353e;hb=8f7b98b9b23dd5cc42011cff5c5c31b32ae1b556;hp=e9ca1415c04eee3f37dfd855b451b738d72f7ab6;hpb=dd6f03681e11583214f97822ec3e790aafcead42;p=mono.git diff --git a/mono/utils/mono-threads-posix.c b/mono/utils/mono-threads-posix.c index e9ca1415c04..b2e4bd37bcc 100644 --- a/mono/utils/mono-threads-posix.c +++ b/mono/utils/mono-threads-posix.c @@ -236,30 +236,6 @@ mono_threads_core_open_thread_handle (HANDLE handle, MonoNativeThreadId tid) return handle; } -gpointer -mono_threads_core_prepare_interrupt (HANDLE thread_handle) -{ - return wapi_prepare_interrupt_thread (thread_handle); -} - -void -mono_threads_core_finish_interrupt (gpointer wait_handle) -{ - wapi_finish_interrupt_thread (wait_handle); -} - -void -mono_threads_core_self_interrupt (void) -{ - wapi_self_interrupt (); -} - -void -mono_threads_core_clear_interruption (void) -{ - wapi_clear_interruption (); -} - int mono_threads_pthread_kill (MonoThreadInfo *info, int signum) {