wrong error number
[mono.git] / mono / metadata / threads-types.h
index 1703fa6dab3219a28ff88246b28bf306cf6c1e13..7274aa13db377ff42e8ff78d3fcb23111dd513a4 100644 (file)
@@ -50,6 +50,10 @@ extern gboolean ves_icall_System_Threading_Thread_Join_internal(MonoThread *this
 extern gint32 ves_icall_System_Threading_Thread_GetDomainID (void);
 extern MonoString* ves_icall_System_Threading_Thread_GetName_internal (MonoThread *this_obj);
 extern void ves_icall_System_Threading_Thread_SetName_internal (MonoThread *this_obj, MonoString *name);
+extern MonoObject* ves_icall_System_Threading_Thread_GetCachedCurrentCulture (MonoThread *this_obj);
+extern MonoArray* ves_icall_System_Threading_Thread_GetSerializedCurrentCulture (MonoThread *this_obj);
+extern void ves_icall_System_Threading_Thread_SetCachedCurrentCulture (MonoThread *this_obj, MonoObject *culture);
+void ves_icall_System_Threading_Thread_SetSerializedCurrentCulture (MonoThread *this_obj, MonoArray *arr);
 extern void ves_icall_System_Threading_Thread_SlotHash_store(MonoObject *data);
 extern MonoObject *ves_icall_System_Threading_Thread_SlotHash_lookup(void);
 extern HANDLE ves_icall_System_Threading_Mutex_CreateMutex_internal(MonoBoolean owned, MonoString *name, MonoBoolean *created);