Show / Hide Table of Contents

Interface IThreads

Namespace: Hal.Natives
Assembly: FRC.Hal.dll
Syntax
[StatusCheckedBy(typeof(StatusHandling), null)]
public interface IThreads

Methods

| Improve this Doc View Source

HAL_GetCurrentThreadPriority(Int32*)

Declaration
int HAL_GetCurrentThreadPriority(int *isRealTime)
Parameters
Type Name Description
Int32* isRealTime
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_GetThreadPriority(Void*, Int32*)

Declaration
int HAL_GetThreadPriority(void *handle, int *isRealTime)
Parameters
Type Name Description
Void* handle
Int32* isRealTime
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_SetCurrentThreadPriority(Int32, Int32)

Declaration
int HAL_SetCurrentThreadPriority(int realTime, int priority)
Parameters
Type Name Description
Int32 realTime
Int32 priority
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_SetThreadPriority(Void*, Int32, Int32)

Declaration
int HAL_SetThreadPriority(void *handle, int realTime, int priority)
Parameters
Type Name Description
Void* handle
Int32 realTime
Int32 priority
Returns
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet