Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2011-04-01 19:52:31 +0000
committerSilenio Quarti2011-04-01 19:52:31 +0000
commit52c110b93169ca50cc17336de89321eb76b5f3d3 (patch)
tree624a8a7a9fdfe8cf9baf1cf53e014d1bb048c0c3 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parentea1614638a2d49cacb0be9856960133527b7df52 (diff)
downloadeclipse.platform.swt-52c110b93169ca50cc17336de89321eb76b5f3d3.tar.gz
eclipse.platform.swt-52c110b93169ca50cc17336de89321eb76b5f3d3.tar.xz
eclipse.platform.swt-52c110b93169ca50cc17336de89321eb76b5f3d3.zip
Bug 341085 - swt tests timing out linux.gtk.x86 in N20110327-2000
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c23
1 files changed, 12 insertions, 11 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index c0ebf1bd71..4c5eb863c9 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -18,8 +18,8 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 1389;
-int OS_nativeFunctionCallCount[1389];
+int OS_nativeFunctionCount = 1390;
+int OS_nativeFunctionCallCount[1390];
char * OS_nativeFunctionNames[] = {
#ifndef JNI64
"Call__IIII",
@@ -281,6 +281,15 @@ char * OS_nativeFunctionNames[] = {
"_1g_1log_1default_1handler",
"_1g_1log_1remove_1handler",
"_1g_1log_1set_1handler",
+ "_1g_1main_1context_1acquire",
+ "_1g_1main_1context_1check",
+ "_1g_1main_1context_1default",
+ "_1g_1main_1context_1get_1poll_1func",
+ "_1g_1main_1context_1iteration",
+ "_1g_1main_1context_1pending",
+ "_1g_1main_1context_1prepare",
+ "_1g_1main_1context_1query",
+ "_1g_1main_1context_1release",
"_1g_1malloc",
#ifndef JNI64
"_1g_1object_1get__I_3B_3II",
@@ -1480,15 +1489,6 @@ char * OS_nativeFunctionNames[] = {
"_1pango_1tab_1array_1get_1tabs",
"_1pango_1tab_1array_1new",
"_1pango_1tab_1array_1set_1tab",
- "g_1main_1context_1acquire",
- "g_1main_1context_1check",
- "g_1main_1context_1default",
- "g_1main_1context_1get_1poll_1func",
- "g_1main_1context_1iteration",
- "g_1main_1context_1pending",
- "g_1main_1context_1prepare",
- "g_1main_1context_1query",
- "g_1main_1context_1release",
"g_1main_1context_1wakeup",
"g_1value_1get_1double",
"g_1value_1get_1float",
@@ -1503,6 +1503,7 @@ char * OS_nativeFunctionNames[] = {
"gdk_1threads_1enter",
"gdk_1threads_1init",
"gdk_1threads_1leave",
+ "gdk_1threads_1set_1lock_1functions",
"localeconv_1decimal_1point",
#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_gtk_GInterfaceInfo_2I",

Back to the top