mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
Renamed g_thread_create to g_thread_create_full and added macro
2001-05-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread.c, gthread.h: Renamed g_thread_create to g_thread_create_full and added macro g_thread_create, which omits 'stack_size', 'bound' and 'priority' parameters. Also removed 'bound' from GThread struct. * gthreadpool.h, gthreadpool.c: Adapted GThreadPool to the above changes. GThreadPool lost the 'priority' and 'bound' members. g_thread_pool_new the 'stack_size', 'bound' and 'priority' parameters. * tests/mainloop-test.c, tests/thread-test.c, tests/threadpool-test.c: Adapted to the above changes.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
a70206f177
commit
227d18bc46
@@ -1,5 +1,18 @@
|
||||
2001-05-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread.c, gthread.h: Renamed g_thread_create to
|
||||
g_thread_create_full and added macro g_thread_create, which omits
|
||||
'stack_size', 'bound' and 'priority' parameters. Also removed
|
||||
'bound' from GThread struct.
|
||||
|
||||
* gthreadpool.h, gthreadpool.c: Adapted GThreadPool to the above
|
||||
changes. GThreadPool lost the 'priority' and 'bound'
|
||||
members. g_thread_pool_new the 'stack_size', 'bound' and
|
||||
'priority' parameters.
|
||||
|
||||
* tests/mainloop-test.c, tests/thread-test.c,
|
||||
tests/threadpool-test.c: Adapted to the above changes.
|
||||
|
||||
* gmem.c (g_mem_profile): Fixed mutex deadlock.
|
||||
|
||||
2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
Reference in New Issue
Block a user