Home
last modified time | relevance | path

Searched refs:RTPGroup (Results 1 – 5 of 5) sorted by relevance

/dports/net/yate/yate-6.4.0-1/libs/yrtp/
H A Dtransport.cpp46 RTPGroup::RTPGroup(int msec, Priority prio, const String& affinity) in RTPGroup() function in RTPGroup
64 RTPGroup::~RTPGroup() in ~RTPGroup()
69 void RTPGroup::cleanup() in cleanup()
88 void RTPGroup::run() in run()
118 void RTPGroup::join(RTPProcessor* proc) in join()
128 void RTPGroup::part(RTPProcessor* proc) in part()
137 void RTPGroup::setMinSleep(int msec) in setMinSleep()
160 void RTPProcessor::group(RTPGroup* newgrp) in group()
196 RTPGroup* g = group(); in ~RTPTransport()
H A Dyatertp.h47 class RTPGroup; variable
114 friend class RTPGroup; variable
136 inline RTPGroup* group() const in group()
177 void group(RTPGroup* newgrp);
188 RTPGroup* m_group;
196 class YRTP_API RTPGroup : public GenObject, public Mutex, public Thread
207 RTPGroup(int msec = 0, Priority prio = Normal, const String& affinity = String::empty());
212 virtual ~RTPGroup();
H A Dsession.cpp738 group(new RTPGroup(msec,prio,affinity)); in initGroup()
/dports/net/yate/yate-6.4.0-1/modules/
H A Dyrtpchan.cpp335 RTPGroup* m_group;
1335 m_group = new RTPGroup(s_sleep,s_priority); in YRTPReflector()
1920 RTPGroup::setMinSleep(cfg.getIntValue("general","minsleep")); in initialize()
/dports/net/yate/yate-6.4.0-1/
H A DChangeLog254 - RTPGroup no longer corrupts memory if transports are removed from itself