mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01:00 
			
		
		
		
	g_system_thread_create: SystemThread -> RealThread
Just like g_system_thread_wait().
This commit is contained in:
		| @@ -812,7 +812,7 @@ g_thread_new_internal (const gchar   *name, | ||||
|   result->name = name; | ||||
|   G_LOCK (g_thread_new); | ||||
|   g_system_thread_create (proxy, result, stack_size, joinable, | ||||
|                           &result->system_thread, &local_error); | ||||
|                           result, &local_error); | ||||
|   G_UNLOCK (g_thread_new); | ||||
|  | ||||
|   if (local_error) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user