Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
platform/pthreads/ThreadImpl.h File Reference
#include <pthread.h>
#include <unistd.h>

Classes

struct  threadOpaque
 

Namespaces

namespace  XbmcThreads
 

Typedefs

typedef pthread_t ThreadIdentifier
 
typedef threadOpaque ThreadOpaque
 
typedef int THREADFUNC
 

Typedef Documentation

◆ THREADFUNC

typedef int THREADFUNC

◆ ThreadIdentifier

typedef pthread_t ThreadIdentifier

◆ ThreadOpaque