cctw  0.2.1
Functions | Variables
cctwdatachunk.cpp File Reference
#include "cctwdatachunk.h"
#include <stdio.h>
#include <QSemaphore>
#include "cctwthread.h"
Include dependency graph for cctwdatachunk.cpp:

Go to the source code of this file.

Functions

static QAtomicInt g_MaxAllocated (0)
 
static QAtomicInt g_Allocated (0)
 
static QAtomicInt g_AllocationLimit (1000)
 
static QSemaphore g_Available (1000)
 

Variables

static QAtomicInt g_ChunkCount
 

Function Documentation

static QAtomicInt g_Allocated ( )
static
static QAtomicInt g_AllocationLimit ( 1000  )
static
static QSemaphore g_Available ( 1000  )
static
static QAtomicInt g_MaxAllocated ( )
static

Variable Documentation

QAtomicInt g_ChunkCount
static