mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-15 14:57:15 +01: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:
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>
|
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
* 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>
|
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
* 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>
|
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
* 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>
|
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
* 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>
|
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
* 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>
|
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
* 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>
|
2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
* glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
|
||||||
|
@ -350,7 +350,7 @@ g_thread_init (GThreadFunctions* init)
|
|||||||
init->cond_free &&
|
init->cond_free &&
|
||||||
init->private_new &&
|
init->private_new &&
|
||||||
init->private_get &&
|
init->private_get &&
|
||||||
init->private_get &&
|
init->private_set &&
|
||||||
init->thread_create &&
|
init->thread_create &&
|
||||||
init->thread_yield &&
|
init->thread_yield &&
|
||||||
init->thread_join &&
|
init->thread_join &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user