mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
reverted my last commit, g_thread_init() *does* have an implementation.
Thu Feb 17 12:24:55 2000 Tim Janik <timj@gtk.org> * glib.h: reverted my last commit, g_thread_init() *does* have an implementation.
This commit is contained in:
parent
a1c9dc62e8
commit
f657d43811
@ -1,3 +1,8 @@
|
||||
Thu Feb 17 12:24:55 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: reverted my last commit, g_thread_init() *does*
|
||||
have an implementation.
|
||||
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 17 12:24:55 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: reverted my last commit, g_thread_init() *does*
|
||||
have an implementation.
|
||||
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 17 12:24:55 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: reverted my last commit, g_thread_init() *does*
|
||||
have an implementation.
|
||||
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 17 12:24:55 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: reverted my last commit, g_thread_init() *does*
|
||||
have an implementation.
|
||||
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 17 12:24:55 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: reverted my last commit, g_thread_init() *does*
|
||||
have an implementation.
|
||||
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 17 12:24:55 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: reverted my last commit, g_thread_init() *does*
|
||||
have an implementation.
|
||||
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 17 12:24:55 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: reverted my last commit, g_thread_init() *does*
|
||||
have an implementation.
|
||||
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 17 12:24:55 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: reverted my last commit, g_thread_init() *does*
|
||||
have an implementation.
|
||||
|
||||
Thu Feb 17 04:25:02 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: remove extraneous prototype for g_thread_init().
|
||||
|
6
glib.h
6
glib.h
@ -2684,6 +2684,12 @@ GUTILS_C_VAR GThreadFunctions g_thread_functions_for_glib_use;
|
||||
GUTILS_C_VAR gboolean g_thread_use_default_impl;
|
||||
GUTILS_C_VAR gboolean g_threads_got_initialized;
|
||||
|
||||
/* initializes the mutex/cond/private implementation for glib, might
|
||||
* only be called once, and must not be called directly or indirectly
|
||||
* from another glib-function, e.g. as a callback.
|
||||
*/
|
||||
void g_thread_init (GThreadFunctions *vtable);
|
||||
|
||||
/* internal function for fallback static mutex implementation */
|
||||
GMutex* g_static_mutex_get_mutex_impl (GMutex **mutex);
|
||||
|
||||
|
@ -2684,6 +2684,12 @@ GUTILS_C_VAR GThreadFunctions g_thread_functions_for_glib_use;
|
||||
GUTILS_C_VAR gboolean g_thread_use_default_impl;
|
||||
GUTILS_C_VAR gboolean g_threads_got_initialized;
|
||||
|
||||
/* initializes the mutex/cond/private implementation for glib, might
|
||||
* only be called once, and must not be called directly or indirectly
|
||||
* from another glib-function, e.g. as a callback.
|
||||
*/
|
||||
void g_thread_init (GThreadFunctions *vtable);
|
||||
|
||||
/* internal function for fallback static mutex implementation */
|
||||
GMutex* g_static_mutex_get_mutex_impl (GMutex **mutex);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user