Go to the source code of this file.
◆ KICKOUT_FORCED
#define KICKOUT_FORCED true |
◆ MAX_KICKOUT_RETRIES
#define MAX_KICKOUT_RETRIES 4 |
◆ fmChannelList
◆ fmChannelListEntry
◆ fmHashTableEntry
◆ LP_fmChannelListEntry
◆ LP_fmHashTableEntry
◆ fml_loopDelayBuckets()
Definition at line 367 of file CAFirstMixChannelList.cpp.
1178 BEGIN_STACK(
"CAFirstMixChannelList::fml_loopDelayBuckets");
1186 UINT32 u32MaxBucket=u32BucketGrow*10;
1189 if(pDelayBuckets[i]!=NULL&&*(pDelayBuckets[i])<u32MaxBucket)
1191 *(pDelayBuckets[i])+=u32BucketGrow;
1198 FINISH_STACK(
"CAFirstMixChannelList::fml_loopDelayBuckets");
#define BEGIN_STACK(methodName)
#define FINISH_STACK(methodName)
SINT32 msSleep(UINT32 ms)
Sleeps ms milliseconds.
#define THREAD_RETURN_SUCCESS
Data structure that stores all information about the currently open Mix channels.
volatile UINT32 ** m_pDelayBuckets
CAMutex * m_pMutexDelayChannel
volatile UINT32 m_u32DelayChannelBucketGrowIntervall
volatile UINT32 m_u32DelayChannelBucketGrow
bool m_bDelayBucketsLoopRun