Remove a bunch of lingering g_thread_init()
authorRyan Lortie <desrt@desrt.ca>
Thu, 30 May 2013 04:04:05 +0000 (00:04 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 1 Jun 2013 03:03:19 +0000 (23:03 -0400)
commit210b1f8b4230b881d1c2e4a9e7dac571c967e091
treec856abf9df267f5cac31d050845e635a6cbafc2d
parente66abbe2ef574b1ff5c36588bbac7267f04e5abe
Remove a bunch of lingering g_thread_init()

After this patch, there is but one remaining use of g_thread_init(),
which is in tests/slice-threadinit.c, a testcase dedicated to testing
the functionality of gslice across a g_thread_init() boundary.

This testcase is pretty meaningless these days... probably we should
delete it.
tests/asyncqueue-test.c
tests/child-test.c
tests/gobject/performance-threaded.c
tests/mainloop-test.c
tests/onceinit.c
tests/slice-test.c
tests/thread-test.c
tests/threadpool-test.c