mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 04:15:49 +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>
|
||||
|
||||
* 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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user