Home
last modified time | relevance | path

Searched refs:TIMERPROC (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/NT/
H A DwinNet.c43 winalarm = SetTimer(alarmWnd, 0, seconds * 1000, (TIMERPROC) func); in alarm()
/dports/games/xpilot/xpilot-4.5.5/src/common/NT/
H A DwinNet.c47 winalarm = SetTimer(alarmWnd, 0, seconds*1000, (TIMERPROC)func); in alarm()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/win32/
H A Dwin32_timer.cpp65 SetTimer( m_hWnd, (UINT_PTR)this, m_interval, (TIMERPROC)CallbackTimer ); in start()
/dports/editors/abiword/abiword-3.0.5/src/af/util/win/
H A Dut_Win32Timer.cpp88 (TIMERPROC) Global_Win32TimerProc); in set()
/dports/lang/ghc/ghc-8.10.7/libraries/Win32/Graphics/Win32/
H A DMisc.hsc269 type TIMERPROC = FunPtr (HWND -> UINT -> TimerId -> DWORD -> IO ()) function
279 c_SetTimer :: HWND -> TimerId -> UINT -> TIMERPROC -> IO TimerId
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dmstimer.c104 if ( (id = SetTimer(NULL, 0, (UINT)msec, (TIMERPROC) timer_proc)) ) in ws_status_timer()
H A Dmsevent.c119 { if ( !SetTimer(NULL, 0, (UINT)(250), (TIMERPROC) locStillTimer) ) in ws_init_loc_still_timer()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emWnds/
H A DemWndsScheduler.cpp52 TimerId=SetTimer(NULL,0,10,(TIMERPROC)TimerProc); in Run()
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dsched.c76 static TIMERPROC timer_handler;
342 timer_handler = (TIMERPROC)func; in install_timer_tick()
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/app/
H A Dwin32.py61 self._timer_proc = types.TIMERPROC(self._timer_proc_func)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/app/
H A Dwin32.py61 self._timer_proc = types.TIMERPROC(self._timer_proc_func)
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dsched.c339 static TIMERPROC timer_handler;
485 timer_handler = (TIMERPROC)func; in install_timer_tick()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/tests/
H A Dthin_test.c160 SetTimer(NULL, 5, 1000, (TIMERPROC) fail_and_die); in do_regression_master_test()
H A Dmulti_thread.c174 SetTimer(NULL, 5, 1000, (TIMERPROC) fail_and_die); in main()
H A Drawtest.c265 SetTimer(NULL, 5, 1000, (TIMERPROC) fail_and_die); in do_regression_master_test()
H A Drawtest2.c279 SetTimer(NULL, 5, 1000, (TIMERPROC) fail_and_die); in do_regression_master_test()
/dports/emulators/vice/vice-3.5/src/hwsiddrv/
H A Dhs-win32-dll.c210 ftimer = SetTimer(NULL, ftimer, 1, (TIMERPROC) ftimerproc); in hs_dll_open()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/mtests/
H A Dcmconn.c212 SetTimer(NULL, 5, 1000, (TIMERPROC) fail_and_die); in do_regression_master_test()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/hwsiddrv/
H A Dhs-win32-dll.c210 ftimer = SetTimer(NULL, ftimer, 1, (TIMERPROC) ftimerproc); in hs_dll_open()
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/libs/win32/
H A Dtypes.py105 TIMERPROC = WINFUNCTYPE(None, HWND, UINT, POINTER(UINT), DWORD) variable
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/rtests/
H A Dremote_terminal_test.c254 SetTimer(NULL, 5, 1000, (TIMERPROC) fail_and_die); in do_regression_master_test()
H A Devtest.c259 SetTimer(NULL, 5, 1000, (TIMERPROC) fail_and_die); in do_regression_master_test()
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/Windows/
H A DWindow.h202 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = 0)
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/libs/win32/
H A Dtypes.py106 TIMERPROC = WINFUNCTYPE(None, HWND, UINT, POINTER(UINT), DWORD) variable
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/dfg_tests/
H A Dtest_support.c346 SetTimer(NULL, 5, 1000, (TIMERPROC) fail_and_die); in main()

12345678910>>...13