Home
last modified time | relevance | path

Searched refs:win32_timers (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/ntk/ntk/src/
H A DFl_win32.cxx814 static Win32Timer* win32_timers; variable
828 Win32Timer* delete_me = win32_timers; in realloc_timers()
829 win32_timers = new_timers; in realloc_timers()
1619 void* data = win32_timers[id].data; in s_TimerProc()
1620 delete_timer(win32_timers[id]); in s_TimerProc()
1644 if ( !win32_timers[i].handle ) { in repeat_timeout()
1683 win32_timers[timer_id].callback = cb; in repeat_timeout()
1684 win32_timers[timer_id].data = data; in repeat_timeout()
1686 win32_timers[timer_id].handle = in repeat_timeout()
1693 Win32Timer& t = win32_timers[i]; in has_timeout()
[all …]
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_win32.cxx814 static Win32Timer* win32_timers; variable
828 Win32Timer* delete_me = win32_timers; in realloc_timers()
829 win32_timers = new_timers; in realloc_timers()
1619 void* data = win32_timers[id].data; in s_TimerProc()
1620 delete_timer(win32_timers[id]); in s_TimerProc()
1644 if ( !win32_timers[i].handle ) { in repeat_timeout()
1683 win32_timers[timer_id].callback = cb; in repeat_timeout()
1684 win32_timers[timer_id].data = data; in repeat_timeout()
1686 win32_timers[timer_id].handle = in repeat_timeout()
1693 Win32Timer& t = win32_timers[i]; in has_timeout()
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_win32.cxx1094 static Win32Timer* win32_timers; variable
1108 Win32Timer* delete_me = win32_timers;
1109 win32_timers = new_timers;
2046 void* data = win32_timers[id].data;
2047 delete_timer(win32_timers[id]);
2071 if ( !win32_timers[i].handle ) {
2110 win32_timers[timer_id].callback = cb;
2111 win32_timers[timer_id].data = data;
2113 win32_timers[timer_id].handle =
2120 Win32Timer& t = win32_timers[i];
[all …]