Home
last modified time | relevance | path

Searched refs:htimer (Results 1 – 25 of 128) sorted by relevance

123456

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/ntutl/
H A Dscheme16.c298 static WORD htimer = 0; variable
300 static WORD (FAR PASCAL * KillSystemTimer) (WORD htimer);
384 if (htimer != 0) in possibly_uninstall_async_handler()
386 KillSystemTimer (htimer); in possibly_uninstall_async_handler()
387 htimer = 0; in possibly_uninstall_async_handler()
455 htimer = (CreateSystemTimer (55, ((FARPROC) scheme_asynctimer))); in do_install_async_handler()
456 if (htimer == 0) in do_install_async_handler()
471 if (htimer == 0) in win16_install_timer()
/dports/multimedia/vlc/vlc-3.0.16/src/os2/
H A Dthread.c914 HTIMER htimer; member
938 DosAsyncTimer (timer->interval, (HSEM)timer->hev, &timer->htimer); in vlc_timer_do()
953 timer->htimer = NULLHANDLE; in vlc_timer_create()
964 if (timer->htimer != NULLHANDLE) in vlc_timer_destroy()
965 DosStopTimer (timer->htimer); in vlc_timer_destroy()
978 if (timer->htimer != NULLHANDLE) in vlc_timer_schedule()
980 DosStopTimer (timer->htimer); in vlc_timer_schedule()
981 timer->htimer = NULLHANDLE; in vlc_timer_schedule()
994 if (DosAsyncTimer (value, (HSEM)timer->hev, &timer->htimer)) in vlc_timer_schedule()
/dports/devel/hpx/hpx-1.2.1/examples/future_reduce/
H A Drnd_future_reduce.cpp95 hpx::util::high_resolution_timer htimer; in hpx_main() local
107 << "\n " << htimer.elapsed() << " seconds \n" << hpx::flush; in hpx_main()
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dtimer.cpp33 htimer = 1; in InitTimer()
H A Dexhumed.h120 extern int htimer;
H A Dlight.cpp257 if (htimer) in WaitTicks()
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dsched.c167 HTIMER htimer; /* Timer handle */ in timerThread() local
212 if( rc = DosStartTimer( 1000/timer_freq, (HSEM)hev, &htimer ) ) in timerThread()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtklist.h60 guint htimer; member
H A Dgtklist.c293 list->htimer = 0; in gtk_list_init()
540 if (list->htimer == 0) in gtk_list_motion_notify()
542 list->htimer = gdk_threads_add_timeout in gtk_list_motion_notify()
1567 if (list->htimer) in gtk_list_end_drag_selection()
1569 g_source_remove (list->htimer); in gtk_list_end_drag_selection()
1570 list->htimer = 0; in gtk_list_end_drag_selection()
2311 GTK_LIST (list)->htimer = 0; in gtk_list_horizontal_timeout()
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/gdb/linux/
H A Dconstants.py.in54 /* linux/htimer.h */
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/gdb/linux/
H A Dconstants.py.in54 /* linux/htimer.h */
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/gdb/linux/
H A Dconstants.py.in54 /* linux/htimer.h */
/dports/devel/boost-docs/boost_1_72_0/boost/test/impl/
H A Dexecution_monitor.ipp1177 HANDLE htimer = INVALID_HANDLE_VALUE;
1181 htimer = ::CreateWaitableTimer(
1186 if( htimer != INVALID_HANDLE_VALUE ) {
1191 htimer,
1218 if( bTimerSuccess && htimer != INVALID_HANDLE_VALUE) {
1219 if (::WaitForSingleObject(htimer, 0) == WAIT_OBJECT_0) {
1229 if( htimer != INVALID_HANDLE_VALUE ) {
1230 ::CloseHandle(htimer);
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/impl/
H A Dexecution_monitor.ipp1177 HANDLE htimer = INVALID_HANDLE_VALUE;
1181 htimer = ::CreateWaitableTimer(
1186 if( htimer != INVALID_HANDLE_VALUE ) {
1191 htimer,
1218 if( bTimerSuccess && htimer != INVALID_HANDLE_VALUE) {
1219 if (::WaitForSingleObject(htimer, 0) == WAIT_OBJECT_0) {
1229 if( htimer != INVALID_HANDLE_VALUE ) {
1230 ::CloseHandle(htimer);
/dports/devel/R-cran-BH/BH/inst/include/boost/test/impl/
H A Dexecution_monitor.ipp1187 HANDLE htimer = INVALID_HANDLE_VALUE;
1191 htimer = ::CreateWaitableTimer(
1196 if( htimer != INVALID_HANDLE_VALUE ) {
1201 htimer,
1228 if( bTimerSuccess && htimer != INVALID_HANDLE_VALUE) {
1229 if (::WaitForSingleObject(htimer, 0) == WAIT_OBJECT_0) {
1239 if( htimer != INVALID_HANDLE_VALUE ) {
1240 ::CloseHandle(htimer);
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/impl/
H A Dexecution_monitor.ipp1187 HANDLE htimer = INVALID_HANDLE_VALUE;
1191 htimer = ::CreateWaitableTimer(
1196 if( htimer != INVALID_HANDLE_VALUE ) {
1201 htimer,
1228 if( bTimerSuccess && htimer != INVALID_HANDLE_VALUE) {
1229 if (::WaitForSingleObject(htimer, 0) == WAIT_OBJECT_0) {
1239 if( htimer != INVALID_HANDLE_VALUE ) {
1240 ::CloseHandle(htimer);
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/impl/
H A Dexecution_monitor.ipp1187 HANDLE htimer = INVALID_HANDLE_VALUE;
1191 htimer = ::CreateWaitableTimer(
1196 if( htimer != INVALID_HANDLE_VALUE ) {
1201 htimer,
1228 if( bTimerSuccess && htimer != INVALID_HANDLE_VALUE) {
1229 if (::WaitForSingleObject(htimer, 0) == WAIT_OBJECT_0) {
1239 if( htimer != INVALID_HANDLE_VALUE ) {
1240 ::CloseHandle(htimer);
/dports/devel/boost-libs/boost_1_72_0/boost/test/impl/
H A Dexecution_monitor.ipp1179 HANDLE htimer = INVALID_HANDLE_VALUE;
1183 htimer = ::CreateWaitableTimer(
1188 if( htimer != INVALID_HANDLE_VALUE ) {
1193 htimer,
1220 if( bTimerSuccess && htimer != INVALID_HANDLE_VALUE) {
1221 if (::WaitForSingleObject(htimer, 0) == WAIT_OBJECT_0) {
1231 if( htimer != INVALID_HANDLE_VALUE ) {
1232 ::CloseHandle(htimer);
/dports/devel/hyperscan/boost_1_75_0/boost/test/impl/
H A Dexecution_monitor.ipp1187 HANDLE htimer = INVALID_HANDLE_VALUE;
1191 htimer = ::CreateWaitableTimer(
1196 if( htimer != INVALID_HANDLE_VALUE ) {
1201 htimer,
1228 if( bTimerSuccess && htimer != INVALID_HANDLE_VALUE) {
1229 if (::WaitForSingleObject(htimer, 0) == WAIT_OBJECT_0) {
1239 if( htimer != INVALID_HANDLE_VALUE ) {
1240 ::CloseHandle(htimer);
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dos_time.h97 HTIMER htimer; member
H A Dos_time.c1240 DosStopTimer (___time_mod.htimer);
1259 if (DosStartTimer (m, ___CAST(HSEM,___time_mod.hev), &___time_mod.htimer)
1319 DosStopTimer (___time_mod.htimer);
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtklist.inc18 htimer : guint;
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/gtk/
H A Dgtklist.pp20 htimer : guint;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtklist.inc18 htimer : guint;
/dports/games/naev/naev-0.7.0/src/
H A Dpilot.h415 double htimer; /**< Hail animation timer. */ member

123456