summaryrefslogtreecommitdiff
path: root/glib.def
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-06-20 22:20:43 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-06-20 22:20:43 +0000
commitbe80f9a106b1560447a7312480045960e521e728 (patch)
tree458f96576bb620cba653da790774a9b82f4391d3 /glib.def
parent5452cb1518289b10c83d6065ca239f8ecf0e9f6c (diff)
downloadglib-be80f9a106b1560447a7312480045960e521e728.tar.gz
Update the pthreads snapshot version we want. Advice how to hand-expand
* README.win32: Update the pthreads snapshot version we want. Advice how to hand-expand the makefile.*.in files. * config.h.win32.in: Define values needed by Sebastian Wilhelmi's new thread stuff. * glib.def: Add new functions. * glibconfig.h.win32.in: Update the pthreads snapshot version. Fix typo. * gthread.c: Include config.h, guard inclusion of unistd.h. When using gcc on Win32, g_thread_functions_for_glib_use must be marked for export here, too. * gtimer.c: Implement g_usleep on native Win32 using Sleep (which only has millisecond granularity, though). * makefile.cygwin.in * makefile.msc.in: Update pthreads snapshot version. File name changes. Remove testgthread. * tests/makefile.cygwin.in * tests/makefile.msc.in: Add thread-test. Link with gthread lib. * gthread-posix.c: Guard pthread_attr_setscope call with test for _POSIX_THREAD_PRIORITY_SCHEDULING, which should be defined in a <pthread.h> that supports that feature.
Diffstat (limited to 'glib.def')
-rw-r--r--glib.def15
1 files changed, 15 insertions, 0 deletions
diff --git a/glib.def b/glib.def
index d6220cba2..cd86fd5fa 100644
--- a/glib.def
+++ b/glib.def
@@ -350,6 +350,16 @@ EXPORTS
g_static_mutex_get_mutex_impl
g_static_private_get
g_static_private_set
+ g_static_rec_mutex_lock
+ g_static_rec_mutex_trylock
+ g_static_rec_mutex_unlock
+ g_static_rw_lock_free
+ g_static_rw_lock_reader_lock
+ g_static_rw_lock_reader_trylock
+ g_static_rw_lock_reader_unlock
+ g_static_rw_lock_writer_lock
+ g_static_rw_lock_writer_trylock
+ g_static_rw_lock_writer_unlock
g_str_equal
g_str_hash
g_strcasecmp
@@ -396,6 +406,10 @@ EXPORTS
g_strsplit
g_strtod
g_strup
+ g_thread_create
+ g_thread_join
+ g_thread_self
+ g_thread_set_priority
g_timeout_add
g_timeout_add_full
g_timer_destroy
@@ -415,6 +429,7 @@ EXPORTS
g_tree_traverse
g_tuples_destroy
g_tuples_index
+ g_usleep
g_vsnprintf
glib_binary_age
glib_interface_age