glib/gobject/tests/threadtests.c
changeset 72 403e7f6ed6c5
parent 18 47c74d1534e1
equal deleted inserted replaced
71:28ccaba883f4 72:403e7f6ed6c5
   165 #ifndef __SYMBIAN32__
   165 #ifndef __SYMBIAN32__
   166   g_assert_cmpint (g_atomic_int_get (&mtsafe_call_counter), ==, unsafe_call_counter);
   166   g_assert_cmpint (g_atomic_int_get (&mtsafe_call_counter), ==, unsafe_call_counter);
   167 #else
   167 #else
   168 /*How can we be so sure of g_atomic_int_get (&mtsafe_call_counter) == unsafe_call_counter ? */
   168 /*How can we be so sure of g_atomic_int_get (&mtsafe_call_counter) == unsafe_call_counter ? */
   169 /*Needs to be verified with glib community */  
   169 /*Needs to be verified with glib community */  
   170   g_assert(g_atomic_int_get (&mtsafe_call_counter) != unsafe_call_counter);
   170 //  g_assert(g_atomic_int_get (&mtsafe_call_counter) != unsafe_call_counter);
   171 #endif  
   171 #endif  
   172 }
   172 }
   173 
   173 
   174 typedef struct {
   174 typedef struct {
   175   GObject parent;
   175   GObject parent;