From 5f87b97d668ba395d3cb12d6e82478701ed11689 Mon Sep 17 00:00:00 2001 From: maruhiro Date: Mon, 11 Oct 2021 00:03:32 +0900 Subject: [PATCH] =?utf8?q?SDL=5FLinuxSetThreadPriority=20=E6=96=B0?= =?utf8?q?=E8=A6=8F=E8=BF=BD=E5=8A=A0=20https://wiki.libsdl.org/SDL=5FLinu?= =?utf8?q?xSetThreadPriority?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- CategoryAPI.html | 1 + CategorySystem.html | 1 + SDL_LinuxSetThreadPriority.html | 33 +++++++++++++++++++++++++++++++++ WhatsNew.html | 2 +- 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 SDL_LinuxSetThreadPriority.html diff --git a/CategoryAPI.html b/CategoryAPI.html index 32a00e2..e274708 100644 --- a/CategoryAPI.html +++ b/CategoryAPI.html @@ -563,6 +563,7 @@
  • SDL_JoystickSetVirtualButton
  • SDL_JoystickSetVirtualHat
  • SDL_JoystickUpdate
  • +
  • SDL_LinuxSetThreadPriority
  • SDL_LoadBMP
  • SDL_LoadBMP_RW
  • SDL_LoadDollarTemplates
  • diff --git a/CategorySystem.html b/CategorySystem.html index 654439c..0edad30 100644 --- a/CategorySystem.html +++ b/CategorySystem.html @@ -38,6 +38,7 @@
  • SDL_IsChromebook
  • SDL_IsDeXMode
  • SDL_IsTablet
  • +
  • SDL_LinuxSetThreadPriority
  • SDL_RenderGetD3D9Device
  • SDL_SetWindowsMessageHook
  • SDL_WinRTGetFSPathUNICODE
  • diff --git a/SDL_LinuxSetThreadPriority.html b/SDL_LinuxSetThreadPriority.html new file mode 100644 index 0000000..aaa548e --- /dev/null +++ b/SDL_LinuxSetThreadPriority.html @@ -0,0 +1,33 @@ + + + + + + + + +SDL_LinuxSetThreadPriority + + +–ÚŽŸ - API(‹@”\•Ê) - ŠÂ‹«ŒÅ—L‚Ì‹@”\ - SDL_LinuxSetThreadPriority +
    +

    SDL_LinuxSetThreadPriority

    +ƒXƒŒƒbƒh‚ÉUNIXƒiƒCƒX’l‚ðÝ’è‚·‚é. +

    \•¶

    +int SDL_LinuxSetThreadPriority(Sint64 threadID, int priority) +

    ˆø”

    + + + +
    threadID—Dæ“x‚ðÝ’è‚·‚éUNIXƒXƒŒƒbƒhID
    priorityV‚µ‚­Ý’è‚·‚éUNIXŒÅ—L‚Ì—Dæ“x
    +

    –ß‚è’l

    +¬Œ÷‚Ì‚Æ‚«0, Ž¸”s‚Ì‚Æ‚«-1‚ð–ß‚·. +

    Ú×

    +

    +‚±‚̊֐”‚͉”\‚È‚ç‚Îsetpriority()‚ð, —LŒø‚È‚ç‚ÎRealtimeKit‚ðŽg—p‚·‚é. +

    +

    SDL Wiki‚ւ̃Šƒ“ƒN

    +SDL_LinuxSetThreadPriority - SDL Wiki +
    + + diff --git a/WhatsNew.html b/WhatsNew.html index 3930ecd..e127ff9 100644 --- a/WhatsNew.html +++ b/WhatsNew.html @@ -231,7 +231,7 @@ SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH = 0

    Linux

    iOS