Searched refs:timer_proc (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_mzsch.c | 807 static void CALLBACK timer_proc(HWND, UINT, UINT_PTR, DWORD); 810 static gboolean timer_proc(gpointer); 813 static void timer_proc(XtPointer, XtIntervalId *); 844 timer_proc(HWND hwnd UNUSED, UINT uMsg UNUSED, UINT_PTR idEvent UNUSED, DWORD dwTime UNUSED) in timer_proc() function 847 timer_proc(gpointer data UNUSED) in timer_proc() 850 timer_proc(XtPointer timed_out UNUSED, XtIntervalId *interval_id UNUSED) in timer_proc() 860 timer_proc, NULL); in timer_proc() 868 timer_id = SetTimer(NULL, 0, p_mzq, timer_proc); in setup_timer() 870 timer_id = g_timeout_add((guint)p_mzq, (GSourceFunc)timer_proc, NULL); in setup_timer() 872 timer_id = XtAppAddTimeOut(app_context, p_mzq, timer_proc, NULL); in setup_timer()
|