Home
last modified time | relevance | path

Searched refs:GPollFD_sizeof (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/
H A Dos_custom.h21 #define GPollFD_sizeof() sizeof(GPollFD) macro
H A Dos.c13076 rc = (jint)GPollFD_sizeof(); in OS_NATIVE()
/dports/x11-toolkits/swt/swt-4.20/
H A Dos_custom.h21 #define GPollFD_sizeof() sizeof(GPollFD) macro
H A Dos.c11054 rc = (jint)GPollFD_sizeof(); in OS_NATIVE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/
H A DOS.java675 public static final native int GPollFD_sizeof (); in GPollFD_sizeof() method in OS
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/gtk/
H A DOS.java709 public static final native int GPollFD_sizeof (); in GPollFD_sizeof() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DDisplay.java5479 fds = OS.g_malloc (OS.GPollFD_sizeof () * allocated_nfds); in sleep()
5491 fds = OS.g_malloc (OS.GPollFD_sizeof() * allocated_nfds); in sleep()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DDisplay.java5659 fds = OS.g_malloc (OS.GPollFD_sizeof () * allocated_nfds); in sleep()
5671 fds = OS.g_malloc (OS.GPollFD_sizeof() * allocated_nfds); in sleep()