Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FRunnableThreadUnix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetThreadPriority
(
EThreadPriority NewPriority |
Changes the thread priority of the currently running thread | Unix/UnixPlatformRunnableThread.h | |
virtual void SetThreadPriority
(
pthread_t InThread, |
Unix/UnixPlatformRunnableThread.h |
SetThreadPriority(EThreadPriority)
Description
Changes the thread priority of the currently running thread
| Name | SetThreadPriority |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformRunnableThread.h |
| Include Path | #include "Unix/UnixPlatformRunnableThread.h" |
| Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformRunnableThread.cpp |
virtual void SetThreadPriority
(
EThreadPriority NewPriority
)
Parameters
| Name | Remarks |
|---|---|
| NewPriority | The thread priority to change to |
SetThreadPriority(pthread_t, EThreadPriority)
| Name | SetThreadPriority |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformRunnableThread.h |
| Include Path | #include "Unix/UnixPlatformRunnableThread.h" |
| Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformRunnableThread.cpp |
virtual void SetThreadPriority
(
pthread_t InThread,
EThreadPriority NewPriority
)