Renamed g_thread_create to g_thread_create_full and added macro
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Fri, 18 May 2001 08:44:57 +0000 (08:44 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Fri, 18 May 2001 08:44:57 +0000 (08:44 +0000)
commit227d18bc469fb00c8c506121c0ae30b453991407
treed4ad5ccf0173fe0485ba14aaed13a9b495c6f395
parenta70206f1770b436525fb151e954d0aa60e2ef051
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.
19 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gthread.c
glib/gthread.h
glib/gthreadpool.c
glib/gthreadpool.h
gthread.c
gthread.h
gthreadpool.c
gthreadpool.h
tests/mainloop-test.c
tests/thread-test.c
tests/threadpool-test.c