Home
last modified time | relevance | path

Searched refs:timerStruct (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/ftp/
H A DnsFtpProtocolHandler.h43 struct timerStruct { struct
48 timerStruct() : key(nullptr) {} in timerStruct() argument
50 ~timerStruct() { in ~timerStruct() argument
62 nsTArray<timerStruct *> mRootConnectionList;
H A DnsFtpProtocolHandler.cpp238 timerStruct *s = (timerStruct *)aClosure; in Timeout()
254 timerStruct *ts = nullptr; in RemoveConnection()
288 timerStruct *ts = new timerStruct(); in InsertConnection()
319 timerStruct *candidate = mRootConnectionList[i]; in InsertConnection()
327 timerStruct *eldest = mRootConnectionList[0]; in InsertConnection()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/ftp/
H A DnsFtpProtocolHandler.h44 struct timerStruct { struct
49 timerStruct() : key(nullptr) {} in timerStruct() argument
51 ~timerStruct() { in ~timerStruct() argument
65 nsTArray<timerStruct*> mRootConnectionList;
H A DnsFtpProtocolHandler.cpp272 timerStruct* s = (timerStruct*)aClosure; in Timeout()
289 timerStruct* ts = nullptr; in RemoveConnection()
330 timerStruct* ts = new timerStruct(); in InsertConnection()
361 timerStruct *candidate = mRootConnectionList[i]; in InsertConnection()
369 timerStruct *eldest = mRootConnectionList[0]; in InsertConnection()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/ftp/
H A DnsFtpProtocolHandler.h43 struct timerStruct { struct
48 timerStruct() : key(nullptr) {} in timerStruct() argument
50 ~timerStruct() { in ~timerStruct() argument
62 nsTArray<timerStruct*> mRootConnectionList;
H A DnsFtpProtocolHandler.cpp189 timerStruct* s = (timerStruct*)aClosure; in Timeout()
205 timerStruct* ts = nullptr; in RemoveConnection()
239 timerStruct* ts = new timerStruct(); in InsertConnection()
270 timerStruct* candidate = mRootConnectionList[i]; in InsertConnection()
278 timerStruct* eldest = mRootConnectionList[0]; in InsertConnection()
/dports/editors/e93/e93/xgui/
H A Devents.c678 timerStruct; in StartAlarmTimer() local
695timerStruct.it_interval.tv_sec=0; // 1/100 of a second intervals (machines are faster, and more … in StartAlarmTimer()
696 timerStruct.it_interval.tv_usec=10000; in StartAlarmTimer()
697 timerStruct.it_value.tv_sec=0; in StartAlarmTimer()
698 timerStruct.it_value.tv_usec=10000; in StartAlarmTimer()
700 setitimer(ITIMER_REAL,&timerStruct,NULL); in StartAlarmTimer()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py2398 def initTimerStruct(self, timerStruct): argument
2400 libcsound.csoundInitTimerStruct(ct.byref(timerStruct))
2402 def realTime(self, timerStruct): argument
2407 return libcsound.csoundGetRealTime(ct.byref(timerStruct))
2409 def CPUTime(self, timerStruct): argument
2414 return libcsound.csoundGetCPUTime(ct.byref(timerStruct))