Home
last modified time | relevance | path

Searched refs:timer_func (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/graphics/freeglut/freeglut-3.2.1/progs/demos/timer/
H A Dtimer.c12 void timer_func(int unused);
94 glutTimerFunc(1000, timer_func, 1); in main()
95 glutTimerFunc(500, timer_func, 2); in main()
127 void timer_func(int which) in timer_func() function
143 glutTimerFunc(which == 1 ? timerSurroundInt:timerCenterInt, timer_func, which); in timer_func()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/progs/demos/timer/
H A Dtimer.c12 void timer_func(int unused);
94 glutTimerFunc(1000, timer_func, 1); in main()
95 glutTimerFunc(500, timer_func, 2); in main()
127 void timer_func(int which) in timer_func() function
143 glutTimerFunc(which == 1 ? timerSurroundInt:timerCenterInt, timer_func, which); in timer_func()
/dports/graphics/freeglut/freeglut-3.2.1/progs/demos/timer_callback/
H A Dtimer.c35 void timer_func(int which, void* uptr);
121 glutTimerFuncUcall(timerSurroundInt, timer_func, 1, &surroundTimerState); in main()
122 glutTimerFuncUcall(timerCenterInt, timer_func, 2, &centerTimerState); in main()
161 void timer_func(int which, void* user_ptr) in timer_func() function
173 glutTimerFuncUcall(*timerState->timer_time_ptr, timer_func, which, user_ptr); in timer_func()
/dports/www/elinks/elinks-0.11.7/src/network/
H A Dprogress.c89 install_timer(&progress->timer, SPD_DISP_TIME, progress->timer_func, progress->timer_func_data); in update_progress()
93 start_update_progress(struct progress *progress, void (*timer_func)(void *), in start_update_progress()
109 progress->timer_func = timer_func; in start_update_progress()
H A Dprogress.h40 void (*timer_func)(void *); member
49 void start_update_progress(struct progress *progress, void (*timer_func)(void *), void *timer_func_…
/dports/devel/libdbusmenu/libdbusmenu-16.04.0/tests/
H A Dtest-glib-layout-server.c57 timer_func (gpointer data) in timer_func() function
76 timer_func(NULL); in on_bus()
77 g_timeout_add(2500, timer_func, NULL); in on_bus()
H A Dtest-glib-submenu-server.c57 timer_func (gpointer data) in timer_func() function
76 timer_func(NULL); in on_bus()
77 g_timeout_add(2500, timer_func, NULL); in on_bus()
H A Dtest-gtk-label-server.c37 timer_func (gpointer data) in timer_func() function
57 timer_func(NULL); in on_bus()
58 g_timeout_add_seconds(5, timer_func, NULL); in on_bus()
H A Dtest-glib-properties-server.c70 timer_func (gpointer data) in timer_func() function
91 timer_func(NULL); in main()
92 g_timeout_add(2500, timer_func, NULL); in main()
H A Dtest-gtk-reorder-server.c52 timer_func (gpointer data) in timer_func() function
85 timer_func(NULL); in on_bus()
86 g_timeout_add_seconds(5, timer_func, NULL); in on_bus()
H A Dtest-glib-properties-client.c112 timer_func (gpointer data) in timer_func() function
142 death_timer = g_timeout_add_seconds(DEATH_TIME, timer_func, data); in layout_verify_timer()
163 death_timer = g_timeout_add_seconds(DEATH_TIME, timer_func, client); in main()
H A Dtest-glib-proxy-client.c106 timer_func (gpointer data) in timer_func() function
148 death_timer = g_timeout_add_seconds(DEATH_TIME, timer_func, data); in layout_verify_timer()
167 death_timer = g_timeout_add_seconds(DEATH_TIME, timer_func, client); in main()
H A Dtest-gtk-label-client.c105 timer_func (gpointer data) in timer_func() function
135 death_timer = g_timeout_add_seconds(10, timer_func, data);
169 death_timer = g_timeout_add_seconds(60, timer_func, window); in main()
H A Dtest-gtk-shortcut-client.py18 def timer_func(data): function
43 gobject.timeout_add_seconds(10, timer_func, window)
H A Dtest-glib-events-server.c40 timer_func (gpointer data) in timer_func() function
80 g_timeout_add_seconds(3, timer_func, NULL); in main()
H A Dtest-gtk-shortcut-client.c31 timer_func (gpointer data) in timer_func() function
63 death_timer = g_timeout_add_seconds(60, timer_func, window); in main()
H A Dtest-gtk-shortcut-server.c34 timer_func (gpointer userdata) in timer_func() function
70 g_timeout_add_seconds(10, timer_func, NULL); in on_bus()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/
H A Dtimer.cpp53 … Glib::signal_timeout().connect(sigc::ptr_fun(&timer_func), timeout * 1000 / TIMER_SCALE_VALUE); in ExpirationTimer()
175 … Glib::signal_timeout().connect(sigc::ptr_fun(&timer_func), timeout * 1000 / TIMER_SCALE_VALUE); in idle_func()
191 ExpirationTimer::timer_func () in timer_func() function in Inkscape::Extension::ExpirationTimer
/dports/x11/libinput/libinput-1.12.6/src/
H A Dtimer.c40 void (*timer_func)(uint64_t now, void *timer_func_data), in libinput_timer_init()
45 timer->timer_func = timer_func; in libinput_timer_init()
141 timer->timer_func(now, timer->timer_func_data); in libinput_timer_handler()
H A Dtimer.h38 void (*timer_func)(uint64_t now, void *timer_func_data); member
45 void (*timer_func)(uint64_t now, void *timer_func_data),
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsua/symbian/src/
H A DpjsuaAppUi.cpp50 typedef void (*timer_func)(); typedef in MyTimer
53 static MyTimer* NewL(int ms, timer_func f) { in NewL()
61 MyTimer(timer_func f) : CActive(EPriorityStandard), func(f) {} in MyTimer()
72 timer_func func;
/dports/dns/libidn/libidn-1.35/gltests/
H A Dtest-rwlock1.c75 timer_func (void *ignored) in timer_func() function
101 if (glthread_create (&timer, timer_func, NULL)) in reader2_func()
/dports/dns/libidn/libidn-1.35/lib/gltests/
H A Dtest-rwlock1.c75 timer_func (void *ignored) in timer_func() function
101 if (glthread_create (&timer, timer_func, NULL)) in reader2_func()
/dports/devel/libunistring/libunistring-0.9.10/tests/
H A Dtest-rwlock1.c75 timer_func (void *ignored) in timer_func() function
101 if (glthread_create (&timer, timer_func, NULL)) in reader2_func()
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-rwlock1.c75 timer_func (void *ignored) in timer_func() function
101 if (glthread_create (&timer, timer_func, NULL)) in reader2_func()

12345678