API Documentation
Loading...
Searching...
No Matches
ThreadFunctions Class Reference

Functions for interfacing with the current thread. If threading is disabled. More...

#include <Thread.h>

Static Public Member Functions

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

Detailed Description

Functions for interfacing with the current thread. If threading is disabled.


for an application, these functions will still be present.

Member Function Documentation

◆ CurrentThreadID()

static uint04 CurrentThreadID ( )
static

◆ CurrentThreadName()

static String CurrentThreadName ( )
static

◆ IsPrimaryThread()

static bool IsPrimaryThread ( )
static

◆ PrimaryThreadID()

static uint04 PrimaryThreadID ( )
static

◆ RequestNoSleep()

static void RequestNoSleep ( bool request_no_sleep)
static

◆ RequestSleep()

static void RequestSleep ( const TimeSpan & interval)
static

◆ SetCurrentThreadName()

static void SetCurrentThreadName ( const String & name)
static

◆ SetPrimaryThreadID()

static void SetPrimaryThreadID ( uint04 primary_thread)
static

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