Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Thread.h File Reference
#include "Event.h"
#include <atomic>
#include <future>
#include <stdint.h>
#include <string>
#include <thread>

Classes

class  CThread
 

Enumerations

enum class  ThreadPriority {
  LOWEST , BELOW_NORMAL , NORMAL , ABOVE_NORMAL ,
  HIGHEST , PRIORITY_COUNT
}
 

Enumeration Type Documentation

◆ ThreadPriority

enum class ThreadPriority
strong
Enumerator
LOWEST 
BELOW_NORMAL 
NORMAL 
ABOVE_NORMAL 
HIGHEST 
PRIORITY_COUNT 

Do not use this for priority. It is only needed to count the amount of values in the ThreadPriority enum.