Home
last modified time | relevance | path

Searched refs:timerSet (Results 1 – 11 of 11) sorted by relevance

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/bifurcation/mint/
H A Dtimer.go20 type timerSet struct { struct
24 func newTimerSet() *timerSet {
25 return &timerSet{}
28 func (ts *timerSet) start(label string, cb timerCb, delayMs uint32) *timer { argument
58 func (ts *timerSet) check(now time.Time) error { argument
79 func (ts *timerSet) remaining() (bool, time.Duration) { argument
89 func (ts *timerSet) cancel(label string) { argument
97 func (ts *timerSet) getTimer(label string) *timer { argument
106 func (ts *timerSet) getAllTimers() []string { argument
H A Dstate-machine.go73 timers *timerSet
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/bifurcation/mint/
H A Dtimer.go20 type timerSet struct { struct
24 func newTimerSet() *timerSet {
25 return &timerSet{}
28 func (ts *timerSet) start(label string, cb timerCb, delayMs uint32) *timer { argument
58 func (ts *timerSet) check(now time.Time) error { argument
79 func (ts *timerSet) remaining() (bool, time.Duration) { argument
89 func (ts *timerSet) cancel(label string) { argument
97 func (ts *timerSet) getTimer(label string) *timer { argument
106 func (ts *timerSet) getAllTimers() []string { argument
H A Dstate-machine.go73 timers *timerSet
/dports/net/tightvnc/vnc_unixsrc/vncviewer/
H A Dfullscreen.c32 static Bool timerSet = False; variable
310 if (timerSet) in BumpScroll()
320 if (timerSet) { in BumpScroll()
322 timerSet = False; in BumpScroll()
365 timerSet = True; in DoBumpScroll()
369 timerSet = False; in DoBumpScroll()
/dports/net/ssvnc/ssvnc-1.0.29/vnc_unixsrc/vncviewer/
H A Dfullscreen.c35 static Bool timerSet = False; variable
769 if (timerSet) in BumpScroll()
779 if (timerSet) { in BumpScroll()
781 timerSet = False; in BumpScroll()
840 timerSet = True; in DoBumpScroll()
844 timerSet = False; in DoBumpScroll()
882 if (timerSet) { in JumpScroll()
892 if (timerSet) { in JumpScroll()
894 timerSet = False; in JumpScroll()
948 timerSet = True; in DoJumpScroll()
[all …]
H A Dfullscreen.c.no-getenv32 static Bool timerSet = False;
326 if (timerSet)
336 if (timerSet) {
338 timerSet = False;
381 timerSet = True;
385 timerSet = False;
H A Dpopup.c587 static Bool timerSet = False; variable
612 if (timerSet) { in CheckTextInput()
614 timerSet = False; in CheckTextInput()
618 timerSet = True; in CheckTextInput()
/dports/net-mgmt/net-snmp/net-snmp-5.9/apps/snmpnetstat/
H A Dif.c58 static void timerSet(int interval_seconds);
615 timerSet( interval ); in sidewaysintpr()
830 timerSet(interval); in sidewaysintpr()
851 timerSet(int interval_seconds) in timerSet() function
890 timerSet(int interval_seconds) in timerSet() function
/dports/net/x11vnc/x11vnc-0.9.16/misc/enhanced_tightvnc_viewer/src/patches/
H A Dtight-vncviewer-full.patch8497 - if (timerSet)
8507 - if (timerSet) {
8522 + if (timerSet)
8532 + if (timerSet) {
8631 + timerSet = True;
8637 + timerSet = False;
8676 + if (timerSet) {
8686 + if (timerSet) {
8742 + timerSet = True;
8746 + timerSet = False;
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/
H A DChangeLog194198 - patch from Harrie Hazewinkel to add prototypes for timerSet() and