Home
last modified time | relevance | path

Searched refs:timerID (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/audio/carla/Carla-2.4.1/source/modules/juce_events/timers/
H A Djuce_MultiTimer.cpp29 : owner (mt), timerID (tid) in MultiTimerCallback()
35 owner.timerCallback (timerID); in timerCallback()
39 const int timerID; member
55 Timer* MultiTimer::getCallback (int timerID) const noexcept in getCallback()
61 if (t->timerID == timerID) in getCallback()
72 Timer* timer = getCallback (timerID); in startTimer()
80 void MultiTimer::stopTimer (const int timerID) noexcept in stopTimer() argument
84 if (Timer* const t = getCallback (timerID)) in stopTimer()
88 bool MultiTimer::isTimerRunning (const int timerID) const noexcept in isTimerRunning()
92 if (Timer* const t = getCallback (timerID)) in isTimerRunning()
[all …]
H A Djuce_MultiTimer.h74 virtual void timerCallback (int timerID) = 0;
90 void startTimer (int timerID, int intervalInMilliseconds) noexcept;
101 void stopTimer (int timerID) noexcept;
107 bool isTimerRunning (int timerID) const noexcept;
113 int getTimerInterval (int timerID) const noexcept;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_events/timers/
H A Djuce_MultiTimer.cpp29 : owner (mt), timerID (tid) in MultiTimerCallback()
35 owner.timerCallback (timerID); in timerCallback()
39 const int timerID; member
55 Timer* MultiTimer::getCallback (int timerID) const noexcept in getCallback()
61 if (t->timerID == timerID) in getCallback()
72 Timer* timer = getCallback (timerID); in startTimer()
80 void MultiTimer::stopTimer (const int timerID) noexcept in stopTimer() argument
84 if (Timer* const t = getCallback (timerID)) in stopTimer()
88 bool MultiTimer::isTimerRunning (const int timerID) const noexcept in isTimerRunning()
92 if (Timer* const t = getCallback (timerID)) in isTimerRunning()
[all …]
H A Djuce_MultiTimer.h74 virtual void timerCallback (int timerID) = 0;
90 void startTimer (int timerID, int intervalInMilliseconds) noexcept;
101 void stopTimer (int timerID) noexcept;
107 bool isTimerRunning (int timerID) const noexcept;
113 int getTimerInterval (int timerID) const noexcept;
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_events/timers/
H A Djuce_MultiTimer.cpp29 : owner (mt), timerID (tid) in MultiTimerCallback()
35 owner.timerCallback (timerID); in timerCallback()
39 const int timerID; member
55 Timer* MultiTimer::getCallback (int timerID) const noexcept in getCallback()
61 if (t->timerID == timerID) in getCallback()
72 Timer* timer = getCallback (timerID); in startTimer()
80 void MultiTimer::stopTimer (const int timerID) noexcept in stopTimer() argument
84 if (Timer* const t = getCallback (timerID)) in stopTimer()
88 bool MultiTimer::isTimerRunning (const int timerID) const noexcept in isTimerRunning()
92 if (Timer* const t = getCallback (timerID)) in isTimerRunning()
[all …]
H A Djuce_MultiTimer.h74 virtual void timerCallback (int timerID) = 0;
90 void startTimer (int timerID, int intervalInMilliseconds) noexcept;
101 void stopTimer (int timerID) noexcept;
107 bool isTimerRunning (int timerID) const noexcept;
113 int getTimerInterval (int timerID) const noexcept;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/comm/src/
H A DTeuchos_CTimeMonitor.cpp60 int Teuchos_startTimer( char timerName[], int timerID ) in Teuchos_startTimer() argument
65 if( timerID < 0 ) { in Teuchos_startTimer()
73 timerID >= implicit_cast<int>(timerArray.size()), std::logic_error, in Teuchos_startTimer()
74 "Teuchos_startTimer(...): Error, timerID="<<timerID in Teuchos_startTimer()
78 Teuchos::RCP<Teuchos::Time> timer = timerArray[timerID]; in Teuchos_startTimer()
81 "Teuchos_startTimer(...): Error, timerID="<<timerID in Teuchos_startTimer()
91 return timerID; in Teuchos_startTimer()
95 void Teuchos_stopTimer( int timerID ) in Teuchos_stopTimer() argument
101 timerID < 0 || timerID >= implicit_cast<int>(timerArray.size()), in Teuchos_stopTimer()
103 "Teuchos_stopTimer(...): Error, timerID="<<timerID<<" is invalid!" in Teuchos_stopTimer()
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/sctp/
H A Drtx_timer_test.go88 timerID := 0
90 rt := newRTXTimer(timerID, &testTimerObserver{
117 timerID := 3
120 rt := newRTXTimer(timerID, &testTimerObserver{
144 timerID := 3
168 timerID := 1
194 timerID := 2
217 timerID := 4
259 timerID := 4
305 timerID := 5
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/sctp/
H A Drtx_timer_test.go106 timerID := 0
108 rt := newRTXTimer(timerID, &testTimerObserver{
135 timerID := 3
138 rt := newRTXTimer(timerID, &testTimerObserver{
162 timerID := 3
186 timerID := 1
212 timerID := 2
235 timerID := 4
277 timerID := 4
323 timerID := 5
[all …]
/dports/devel/indi/indi-1.9.1/libs/indibase/
H A Dindigps.cpp83 timerID = SetTimer(getCurrentPollingPeriod()); in updateProperties()
86 timerID = SetTimer(PeriodN[0].value); in updateProperties()
95 if (timerID > 0) in updateProperties()
97 RemoveTimer(timerID); in updateProperties()
98 timerID = -1; in updateProperties()
109 timerID = SetTimer(getCurrentPollingPeriod()); in TimerHit()
127 timerID = SetTimer(PeriodN[0].value*1000); in TimerHit()
141 timerID = SetTimer(getCurrentPollingPeriod()); in TimerHit()
178 if (timerID > 0 && RefreshSP.s != IPS_BUSY) in ISNewNumber()
180 RemoveTimer(timerID); in ISNewNumber()
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/turn/internal/client/
H A Dperiodic_timer_test.go12 timerID := 3
14 rt := NewPeriodicTimer(timerID, func(id int) {
16 assert.Equal(t, timerID, id)
37 timerID := 4
39 rt = NewPeriodicTimer(timerID, func(id int) {
40 assert.Equal(t, timerID, id)
/dports/misc/actiona/actiona-3.10.1/actiontools/qxtcore/
H A Dqxtsignalwaiter.cpp74 int timerID; member in QxtSignalWaiterPrivate
78 if (timerID) in stopTimer()
79 qxt_p().killTimer(timerID); in stopTimer()
80 timerID = 0; in stopTimer()
129 d.timerID = startTimer(msec); in wait()
131 d.timerID = 0; in wait()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/turn/v2/internal/client/
H A Dperiodic_timer_test.go13 timerID := 3
15 rt := NewPeriodicTimer(timerID, func(id int) {
17 assert.Equal(t, timerID, id)
38 timerID := 4
40 rt = NewPeriodicTimer(timerID, func(id int) {
41 assert.Equal(t, timerID, id)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DQTMovieWinTimer.cpp38 static UINT_PTR timerID; variable
54 } else if (message == WM_TIMER && wParam == timerID) { in TimerWindowWndProc()
114 timerID = SetTimer(timerWindowHandle, timerFiredMessage, intervalInMS, 0); in setSharedTimerFireDelay()
119 if (timerID) { in stopSharedTimer()
120 KillTimer(timerWindowHandle, timerID); in stopSharedTimer()
121 timerID = 0; in stopSharedTimer()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/os2/
H A Dtimer.c28 static HTIMER timerID = 0; variable
60 if(DosStartTimer(real_interval,(HSEM)biewSem,&timerID) == 0) in __OsSetTimerCallBack()
71 if(timerID) { DosStopTimer(timerID); timerID = 0; } in __OsRestoreTimer()
/dports/editors/biew/biew-610/biewlib/sysdep/ia16/os2/
H A Dtimer.c28 static HTIMER timerID = 0; variable
59 if(DosTimerStart(real_interval-1,biewSem,&timerID) == 0) in __OsSetTimerCallBack()
73 if(timerID) { DosTimerStop(timerID); timerID = 0; } in __OsRestoreTimer()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/timermanager/
H A DUpdateTimerManager.jsm104 delete this._timers[timerID];
146 timerIDToFire = timerID;
171 timerID,
198 timerID
216 timerID,
246 timerID
252 timerID,
258 LOG(`TimerManager:notify - notified timerID: ${timerID}`);
261 `TimerManager:notify - error notifying timerID: ${timerID}, error: ${e}`
267 … `TimerManager:notify - timerID: ${timerID} doesn't implement nsITimerCallback - skipping`
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/timermanager/
H A DUpdateTimerManager.jsm108 delete this._timers[timerID];
150 timerIDToFire = timerID;
175 timerID,
202 timerID
220 timerID,
250 timerID
256 timerID,
262 LOG(`TimerManager:notify - notified timerID: ${timerID}`);
265 `TimerManager:notify - error notifying timerID: ${timerID}, error: ${e}`
271 … `TimerManager:notify - timerID: ${timerID} doesn't implement nsITimerCallback - skipping`
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/timermanager/
H A DUpdateTimerManager.jsm108 delete this._timers[timerID];
150 timerIDToFire = timerID;
175 timerID,
202 timerID
220 timerID,
250 timerID
256 timerID,
262 LOG(`TimerManager:notify - notified timerID: ${timerID}`);
265 `TimerManager:notify - error notifying timerID: ${timerID}, error: ${e}`
271 … `TimerManager:notify - timerID: ${timerID} doesn't implement nsITimerCallback - skipping`
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/timermanager/
H A DUpdateTimerManager.jsm108 delete this._timers[timerID];
150 timerIDToFire = timerID;
175 timerID,
202 timerID
220 timerID,
250 timerID
256 timerID,
262 LOG(`TimerManager:notify - notified timerID: ${timerID}`);
265 `TimerManager:notify - error notifying timerID: ${timerID}, error: ${e}`
271 … `TimerManager:notify - timerID: ${timerID} doesn't implement nsITimerCallback - skipping`
[all …]
/dports/net/sctplib/sctplib-1.0.26/sctplib/programs/
H A Dmini-ulp.c59 unsigned int timerID = 0; variable
316 timerID = 0; in ulp_stdin_cb()
363 timerID = 0; in ulp_stdin_cb()
481 if (timerID != 0) { in ulp_stdin_cb()
536 timerID = 0; in timer_expired()
540 timerID = 0; in timer_expired()
564 timerID=0; in timer_expired()
716 if (timerID) in ulp_communicationLostNotif()
718 timerID = 0; in ulp_communicationLostNotif()
746 if (timerID) in ulp_ShutdownCompleteNotif()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/timer/
H A DSDL_timer.c35 int timerID; member
46 int timerID; member
302 SDL_RemoveTimer(timer->timerID); in SDL_AddTimer()
310 timer->timerID = SDL_AtomicIncRef(&data->nextID); in SDL_AddTimer()
324 entry->timerID = timer->timerID; in SDL_AddTimer()
340 return entry->timerID; in SDL_AddTimer()
354 if (entry->timerID == id) { in SDL_RemoveTimer()
381 int timerID; member
439 entry->timerID = ++data->nextID; in SDL_AddTimer()
450 return entry->timerID; in SDL_AddTimer()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/timer/
H A DSDL_timer.c35 int timerID; member
46 int timerID; member
302 SDL_RemoveTimer(timer->timerID); in SDL_AddTimer()
310 timer->timerID = SDL_AtomicIncRef(&data->nextID); in SDL_AddTimer()
324 entry->timerID = timer->timerID; in SDL_AddTimer()
340 return entry->timerID; in SDL_AddTimer()
354 if (entry->timerID == id) { in SDL_RemoveTimer()
381 int timerID; member
439 entry->timerID = ++data->nextID; in SDL_AddTimer()
450 return entry->timerID; in SDL_AddTimer()
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/timer/win32/
H A DSDL_systimer.c113 static UINT timerID = 0; variable
133 timerID = timeSetEvent(TIMER_RESOLUTION,1,HandleAlarm,0,TIME_PERIODIC); in SDL_SYS_TimerInit()
134 if ( ! timerID ) { in SDL_SYS_TimerInit()
143 if ( timerID ) { in SDL_SYS_TimerQuit()
144 timeKillEvent(timerID); in SDL_SYS_TimerQuit()
/dports/devel/sdl12/SDL-1.2.15/src/timer/wince/
H A DSDL_systimer.c149 static UINT timerID = 0; variable
169 timerID = timeSetEvent(TIMER_RESOLUTION,1,HandleAlarm,0,TIME_PERIODIC); in SDL_SYS_TimerInit()
170 if ( ! timerID ) { in SDL_SYS_TimerInit()
179 if ( timerID ) { in SDL_SYS_TimerQuit()
180 timeKillEvent(timerID); in SDL_SYS_TimerQuit()

12345678910>>...12