Torc  0.1
Classes | Functions | Variables
torcrunlooposx.cpp File Reference
#include <QTimer>
#include <QAtomicInt>
#include "torclocalcontext.h"
#include "torclogging.h"
#include "torccocoa.h"
#include "torcqthread.h"
#include "torcadminthread.h"
#include "torcrunlooposx.h"
Include dependency graph for torcrunlooposx.cpp:

Go to the source code of this file.

Classes

class  TorcRunLoopOSX
 A TorcAdminObject to instanciate the TorcOSXCallbackThread singleton. More...
 

Functions

QAtomicInt gAdminRunLoopRunning (0)
 

Variables

CFRunLoopRef gAdminRunLoop = 0
 A reference to the global administration CFRunLoop. More...
 
TorcRunLoopOSX TorcRunLoopOSX
 

Function Documentation

QAtomicInt gAdminRunLoopRunning ( )

Variable Documentation

CFRunLoopRef gAdminRunLoop = 0

A reference to the global administration CFRunLoop.

This is used by various OS X objects that require a CFRunLoop (other than the main loop) for callback purposes.

Definition at line 35 of file torcrunlooposx.cpp.

Definition at line 23 of file torcrunlooposx.h.