LibreOffice Module vcl (master) 1
Functions | Variables
scheduler.cxx File Reference
#include <sal/config.h>
#include <cassert>
#include <cstdlib>
#include <exception>
#include <typeinfo>
#include <com/sun/star/uno/Exception.hpp>
#include <sal/log.hxx>
#include <sal/types.h>
#include <svdata.hxx>
#include <tools/time.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/configmgr.hxx>
#include <vcl/TaskStopwatch.hxx>
#include <vcl/scheduler.hxx>
#include <vcl/idle.hxx>
#include <saltimer.hxx>
#include <salinst.hxx>
#include <comphelper/profilezone.hxx>
#include <schedulerimpl.hxx>
Include dependency graph for scheduler.cxx:

Go to the source code of this file.

Functions

static void AppendSchedulerData (ImplSchedulerContext &rSchedCtx, ImplSchedulerData *const pSchedulerData)
 
static ImplSchedulerDataDropSchedulerData (ImplSchedulerContext &rSchedCtx, ImplSchedulerData *const pPrevSchedulerData, const ImplSchedulerData *const pSchedulerData, const int nTaskPriority)
 

Variables

static bool g_bDeterministicMode = false
 

Function Documentation

◆ AppendSchedulerData()

static void AppendSchedulerData ( ImplSchedulerContext rSchedCtx,
ImplSchedulerData *const  pSchedulerData 
)
static

◆ DropSchedulerData()

static ImplSchedulerData * DropSchedulerData ( ImplSchedulerContext rSchedCtx,
ImplSchedulerData *const  pPrevSchedulerData,
const ImplSchedulerData *const  pSchedulerData,
const int  nTaskPriority 
)
static

Variable Documentation

◆ g_bDeterministicMode

bool g_bDeterministicMode = false
static