Home
last modified time | relevance | path

Searched refs:TimerList (Results 1 – 25 of 71) sorted by relevance

123

/dports/mail/emailrelay/emailrelay-1.9/src/gnet/
H A Dgtimerlist.cpp27 GNet::TimerList * GNet::TimerList::m_this = NULL ;
29 GNet::TimerList::TimerList() : in TimerList() function in GNet::TimerList
40 GNet::TimerList::~TimerList() in ~TimerList()
57 void GNet::TimerList::add( AbstractTimer & t ) in add()
91 void GNet::TimerList::update() in update()
123 TimerList * This = const_cast<TimerList*>(this) ; in soonest()
131 bool GNet::TimerList::valid() const in valid()
156 GNet::TimerList * GNet::TimerList::instance( const NoThrow & ) in instance()
161 GNet::TimerList & GNet::TimerList::instance() in instance()
169 void GNet::TimerList::doTimeouts() in doTimeouts()
[all …]
H A Dgtimerlist.h34 class TimerList ; variable
42 class GNet::TimerList
50 TimerList() ;
53 ~TimerList() ;
80 static TimerList * instance( const NoThrow & ) ;
83 static TimerList & instance() ;
87 TimerList( const TimerList & ) ; // not implemented
88 void operator=( const TimerList & ) ; // not implemented
95 static TimerList * m_this ;
H A Dgtimer.cpp52 G_ASSERT( TimerList::instance(TimerList::NoThrow()) != NULL ) ; in AbstractTimer()
54 TimerList::instance().add( *this ) ; in AbstractTimer()
62 if( TimerList::instance(TimerList::NoThrow()) != NULL ) in ~AbstractTimer()
65 TimerList::instance().remove( *this ) ; in ~AbstractTimer()
113 m_old_soonest = TimerList::instance().soonest() ; in TimerUpdate()
120 if( TimerList::instance(TimerList::NoThrow()) != NULL ) in ~TimerUpdate()
121 TimerList::instance().update( m_old_soonest ) ; in ~TimerUpdate()
H A Dgeventloop_unix.cpp267 if( TimerList::instance(TimerList::NoThrow()) != NULL ) in runOnce()
270 timeout.tv_sec = TimerList::instance().interval( infinite ) ; in runOnce()
286 TimerList::instance().doTimeouts() ; in runOnce()
/dports/audio/musicpd/mpd-0.23.6/src/event/
H A DTimerList.hxx48 class TimerList final { class
67 TimerList();
68 ~TimerList() noexcept;
70 TimerList(const TimerList &other) = delete;
71 TimerList &operator=(const TimerList &other) = delete;
H A DTimerList.cxx41 TimerList::Compare::operator()(const FineTimerEvent &a, in operator ()()
47 TimerList::TimerList() = default;
49 TimerList::~TimerList() noexcept in ~TimerList()
55 TimerList::Insert(FineTimerEvent &t) noexcept in Insert()
69 TimerList::Run(const Event::TimePoint now) noexcept in Run()
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dtimers.cpp119 TimerList *fetchTimerList(GameObject *obj) { in fetchTimerList()
120 …for (Common::List<TimerList *>::iterator it = g_vm->_timerLists.begin(); it != g_vm->_timerLists.e… in fetchTimerList()
160 static int getTimerListID(TimerList *t) { in getTimerListID()
162 …for (Common::List<TimerList *>::iterator it = g_vm->_timerLists.begin(); it != g_vm->_timerLists.e… in getTimerListID()
200 …for (Common::List<TimerList *>::iterator it = g_vm->_timerLists.begin(); it != g_vm->_timerLists.e… in saveTimers()
231 new TimerList(in); in loadTimers()
237 TimerList *timerList; in loadTimers()
273 TimerList::TimerList(GameObject *o) : _obj(o) { in TimerList() function in Saga2::TimerList
279 TimerList::TimerList(Common::InSaveFile *in) { in TimerList() function in Saga2::TimerList
290 TimerList::~TimerList() { in ~TimerList()
[all …]
H A Dtimers.h37 class TimerList; variable
40 TimerList *fetchTimerList(GameObject *obj);
59 class TimerList {
64 TimerList(GameObject *o);
66 TimerList(Common::InSaveFile *in);
68 ~TimerList();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/
H A Ddata.cpp31 TimerList::TimerList() : Common::Array<TimerEntry>() { in TimerList() function in Access::TimerList
35 void TimerList::saveTimers() { in saveTimers()
42 void TimerList::restoreTimers() { in restoreTimers()
50 void TimerList::updateTimers() { in updateTimers()
62 void TimerList::synchronize(Common::Serializer &s) { in synchronize()
H A Ddata.h56 class TimerList : public Common::Array<TimerEntry> {
62 TimerList();
/dports/games/scummvm/scummvm-2.5.1/engines/access/
H A Ddata.cpp31 TimerList::TimerList() : Common::Array<TimerEntry>() { in TimerList() function in Access::TimerList
35 void TimerList::saveTimers() { in saveTimers()
42 void TimerList::restoreTimers() { in restoreTimers()
50 void TimerList::updateTimers() { in updateTimers()
62 void TimerList::synchronize(Common::Serializer &s) { in synchronize()
H A Ddata.h56 class TimerList : public Common::Array<TimerEntry> {
62 TimerList();
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dtimer.c166 TimerList *current; in ExecuteTimers()
268 TimerList *tmp; in show_timer()
306 TimerList *tmp; in create_timer_ref()
349 TimerList *tmp, in BX_delete_timer()
381 TimerList *tmp; in kill_timer()
396 TimerList *tmp; in get_delete_timer()
433 TimerList *t; in timer_callback_exists()
444 TimerList *tmp; in get_timer()
458 TimerList *t = NULL; in function_timer()
508 ntimer = (TimerList *) new_malloc(sizeof(TimerList)); in BX_add_timer()
[all …]
H A Dtcl_public.c123 extern TimerList *tcl_Pending_timers;
124 extern TimerList *tcl_Pending_utimers;
1363 TimerList *old = (*stack); in tcl_add_timer()
1364 *stack = (TimerList *) new_malloc(sizeof(TimerList)); in tcl_add_timer()
1391 int tcl_remove_timer(TimerList **stack, unsigned long id) in tcl_remove_timer()
1393 TimerList *mark=*stack, *old; in tcl_remove_timer()
1411 void do_check_timers(TimerList **stack) in do_check_timers()
1413 TimerList *mark=*stack, *old; in do_check_timers()
1465 void tcl_list_timer(Tcl_Interp *irp, TimerList *stack) in tcl_list_timer()
1467 TimerList *mark = stack; in tcl_list_timer()
[all …]
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dtimer.c166 TimerList *current; in ExecuteTimers()
268 TimerList *tmp; in show_timer()
306 TimerList *tmp; in create_timer_ref()
349 TimerList *tmp, in BX_delete_timer()
381 TimerList *tmp; in kill_timer()
396 TimerList *tmp; in get_delete_timer()
433 TimerList *t; in timer_callback_exists()
444 TimerList *tmp; in get_timer()
458 TimerList *t = NULL; in function_timer()
508 ntimer = (TimerList *) new_malloc(sizeof(TimerList)); in BX_add_timer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.h120 class TimerList : public std::vector<TimerStack> {
121 TimerList(const TimerList &) = delete;
122 TimerList &operator=(const TimerList &) = delete;
125 TimerList() = default;
130 void initInto(TimerList &Dest) const { in initInto()
138 void mergeFrom(TimerList &Src) { in mergeFrom()
161 TimerList Timers;
477 TimerList Timers;
543 LockedPtr<TimerList> getTimers() { in getTimers()
544 return LockedPtr<TimerList>(&Timers, &TimerLock); in getTimers()
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dtimer.cc35 struct TimerList struct
69 static aud::array<TimerRate, TimerList> lists; argument
71 void TimerList::run() in run()
128 for (TimerList & list : lists) in timer_cleanup()
/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/
H A DTimerManager.cpp71 TimerList.push_back(std::make_unique<TIMER>(myname, this, mytimer)); in createTimer()
72 t = TimerList.back().get(); in createTimer()
117 for (int i = 0; i < TimerList.size(); i++) in reset()
118 TimerList[i]->reset(); in reset()
125 for (int i = 0; i < TimerList.size(); i++) in set_timer_threshold()
126 TimerList[i]->set_active_by_timer_threshold(timer_threshold); in set_timer_threshold()
152 for (int i = 0; i < TimerList.size(); ++i) in collate_flat_profile()
154 TIMER& timer = *TimerList[i]; in collate_flat_profile()
235 for (int i = 0; i < TimerList.size(); ++i) in collate_stack_profile()
237 TIMER& timer = *TimerList[i]; in collate_stack_profile()
/dports/x11/fbdesk/fbdesk-1.4.1/src/FbTk/
H A DTimer.cc49 Timer::TimerList Timer::m_timerlist;
146 TimerList::iterator it; in updateTimers()
204 TimerList::iterator it = m_timerlist.begin(); in addTimer()
205 TimerList::iterator it_end = m_timerlist.end(); in addTimer()
H A DTimer.hh92 typedef std::list<Timer *> TimerList; typedef in FbTk::Timer
93 static TimerList m_timerlist; ///< list of all timers
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dtimer.h21 char *tcl_add_timer (TimerList **, long, char *, unsigned long);
22 int tcl_remove_timer (TimerList **, unsigned long);
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dtimer.h21 char *tcl_add_timer (TimerList **, long, char *, unsigned long);
22 int tcl_remove_timer (TimerList **, unsigned long);
/dports/devel/staf/src/staf/services/timer/
H A DTimerUtils.java191 public static TimerList readTimerList(TimerRequestHandler reqHandler, in readTimerList()
194 TimerList list = null; in readTimerList()
202 list = (TimerList) s.readObject(); in readTimerList()
361 public static void writeTimerList(TimerList listToWrite, String fileName) in writeTimerList()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dedit.h97 } TimerList; typedef
99 extern TimerList *PendingTimers;
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DTimer.cc64 typedef std::set<FbTk::Timer*, TimerCompare> TimerList; typedef
65 TimerList s_timerlist;
156 TimerList::iterator t; in updateTimers()

123