dbus/test/name-test test-threads-init.c,1.2,1.2.2.1

John Palmieri johnp at kemper.freedesktop.org
Tue Nov 14 10:54:41 PST 2006


Update of /cvs/dbus/dbus/test/name-test
In directory kemper:/tmp/cvs-serv16361/test/name-test

Modified Files:
      Tag: DBUS_1_0
	test-threads-init.c 
Log Message:
* configure.in: Bump version to 1.0.1 for next stable release

* dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have
  the correct value so we don't assert when initalizing recursive threads

* test/name-test/test-thread-init.c: call dbus_threads_init_default
  instead of _dbus_threads_init_debug since it is more of a real world
  test



Index: test-threads-init.c
===================================================================
RCS file: /cvs/dbus/dbus/test/name-test/test-threads-init.c,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- test-threads-init.c	1 Oct 2006 15:36:18 -0000	1.2
+++ test-threads-init.c	14 Nov 2006 18:54:39 -0000	1.2.2.1
@@ -140,7 +140,7 @@
   check_condvar_lock (dispatch_cond1, dispatch_cond2, TRUE);
   check_condvar_lock (io_path_cond1, io_path_cond2, TRUE);
 
-  _dbus_threads_init_debug ();
+  dbus_threads_init_default ();
 
   _dbus_connection_test_get_locks (conn, &mutex1,
                                          &dispatch_mutex1,



More information about the dbus-commit mailing list