Home
last modified time | relevance | path

Searched defs:Timer (Results 26 – 50 of 4809) sorted by relevance

12345678910>>...193

/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dtimer_thread.h32 struct Timer { struct
36 void (*user_callback)(Timer* t) = nullptr; argument
37 void (*user_destructor)(Timer* t) = nullptr; argument
46 Timer* NewTimer(void); argument
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Dtimer_thread.h32 struct Timer { struct
36 void (*user_callback)(Timer* t) = nullptr; argument
37 void (*user_destructor)(Timer* t) = nullptr; argument
46 Timer* NewTimer(void); argument
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Dtimer_thread.h32 struct Timer { struct
36 void (*user_callback)(Timer* t) = nullptr; argument
37 void (*user_destructor)(Timer* t) = nullptr; argument
46 Timer* NewTimer(void); argument
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DTimer.h42 struct Timer { struct
46 // Passed a pointer to the Timer that has timed out. If the handler returns true argument
66 Timer(Callback* cb_) {cb = cb_;} in Timer() argument
67 ~Timer() {stop();} in ~Timer() argument
101 static void insertTimer(Timer* t); argument
103 static std::list<Timer*> pending; argument
109 MethodTimer(T* obj_, bool (T::*cb_)(Timer*)) in MethodTimer()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DTimer.h42 struct Timer { struct
46 // Passed a pointer to the Timer that has timed out. If the handler returns true argument
66 Timer(Callback* cb_) {cb = cb_;} in Timer() argument
67 ~Timer() {stop();} in ~Timer() argument
101 static void insertTimer(Timer* t); argument
103 static std::list<Timer*> pending; argument
109 MethodTimer(T* obj_, bool (T::*cb_)(Timer*)) in MethodTimer()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
51 func (t *Timer) Stop() {
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
51 func (t *Timer) Stop() {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
51 func (t *Timer) Stop() {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
51 func (t *Timer) Stop() {
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
51 func (t *Timer) Stop() {
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
51 func (t *Timer) Stop() {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
51 func (t *Timer) Stop() {
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
51 func (t *Timer) Stop() {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/lucas-clemente/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
51 func (t *Timer) Stop() {
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Dtimer.h33 typedef struct Timer struct
35 struct Timer *next; argument
41 Timer; argument
/dports/devel/libafterbase/libAfterBase-0.92/
H A Dtimer.h29 typedef struct Timer struct
31 struct Timer *next; argument
37 Timer; argument
/dports/net/evans/evans-0.9.1/vendor/github.com/desertbit/timer/
H A Dtimer.go11 type Timer struct { struct
12 C <-chan time.Time
14 i int // heap index.
15 when int64 // Timer wakes up at when.
19 f func(t *time.Time)
23 reset func()
62 func (t *Timer) Stop() (wasActive bool) {
74 func (t *Timer) Reset(d time.Duration) bool {
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/desertbit/timer/
H A Dtimer.go11 type Timer struct { struct
12 C <-chan time.Time
14 i int // heap index.
15 when int64 // Timer wakes up at when.
19 f func(t *time.Time)
23 reset func()
62 func (t *Timer) Stop() (wasActive bool) {
74 func (t *Timer) Reset(d time.Duration) bool {
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/util/test/
H A DIoService.hpp34 struct Timer struct
36 using ErrorCode = test::Timer::ErrorCode;
37 using TimePoint = test::Timer::TimePoint;
39 Timer(util::test::Timer* pTimer) in Timer() argument
44 void expires_at(std::chrono::system_clock::time_point t) in expires_at()
50 void expires_from_now(std::chrono::duration<T, Rep> duration) in expires_from_now()
55 ErrorCode cancel() in cancel()
61 void async_wait(Handler handler) in async_wait()
66 TimePoint now() const in now()
71 util::test::Timer* mpTimer;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/include/ableton/util/test/
H A DIoService.hpp34 struct Timer struct
36 using ErrorCode = test::Timer::ErrorCode;
37 using TimePoint = test::Timer::TimePoint;
39 Timer(util::test::Timer* pTimer) in Timer() function
44 void expires_at(std::chrono::system_clock::time_point t) in expires_at()
50 void expires_from_now(std::chrono::duration<T, Rep> duration) in expires_from_now()
55 ErrorCode cancel() in cancel()
61 void async_wait(Handler handler) in async_wait()
66 TimePoint now() const in now()
71 util::test::Timer* mpTimer;
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/internal/utils/
H A Dtimer.go9 type Timer struct { struct
10 t *time.Timer
11 read bool
12 deadline time.Time
21 func (t *Timer) Chan() <-chan time.Time {
26 func (t *Timer) Reset(deadline time.Time) {
46 func (t *Timer) SetRead() {

12345678910>>...193