API Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
ThreadFunctions Class Reference

#include <Thread.h>

Static Public Member Functions

static void SetCurrentThreadName (const String &name)
 
static bool IsPrimaryThread ()
 
static void SetPrimaryThreadID (uint04 primary_thread)
 
static void RequestSleep (const TimeSpan &interval)
 
static uint04 CurrentThreadID ()
 
static uint04 PrimaryThreadID ()
 
static void RequestNoSleep (bool request_no_sleep)
 
static String CurrentThreadName ()
 

Member Function Documentation

◆ CurrentThreadID()

uint04 CurrentThreadID ( )
static

◆ CurrentThreadName()

String CurrentThreadName ( )
static

◆ IsPrimaryThread()

bool IsPrimaryThread ( )
static

◆ PrimaryThreadID()

uint04 PrimaryThreadID ( )
static

◆ RequestNoSleep()

void RequestNoSleep ( bool request_no_sleep)
static

NDEVR_SUPPORTS_THREADING

◆ RequestSleep()

void RequestSleep ( const TimeSpan & interval)
static

◆ SetCurrentThreadName()

void SetCurrentThreadName ( const String & name)
static

◆ SetPrimaryThreadID()

void SetPrimaryThreadID ( uint04 primary_thread)
static

The documentation for this class was generated from the following files: