mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Fixed typo. (#78985)
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
581331390d
commit
3e22c9e449
@@ -1,3 +1,7 @@
|
||||
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
|
||||
|
||||
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
|
||||
|
||||
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
|
||||
|
||||
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
|
||||
|
||||
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
|
||||
|
||||
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
|
||||
|
||||
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
|
||||
|
||||
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
||||
|
@@ -350,7 +350,7 @@ g_thread_init (GThreadFunctions* init)
|
||||
init->cond_free &&
|
||||
init->private_new &&
|
||||
init->private_get &&
|
||||
init->private_get &&
|
||||
init->private_set &&
|
||||
init->thread_create &&
|
||||
init->thread_yield &&
|
||||
init->thread_join &&
|
||||
|
Reference in New Issue
Block a user