|
#define | GTS_CONTEXT_SWITCH_CYCLES #error "Replace with custom definition" |
|
#define | GTS_THREAD_AFFINITY_ALL #error "Replace with custom definition" |
|
#define | GTS_THREAD_PRIORITY_HIGHEST #error "Replace with custom definition" |
|
#define | GTS_THREAD_PRIORITY_ABOVE_NORMAL #error "Replace with custom definition" |
|
#define | GTS_THREAD_PRIORITY_NORMAL #error "Replace with custom definition" |
|
#define | GTS_THREAD_PRIORITY_BELOW_NORMAL #error "Replace with custom definition" |
|
#define | GTS_THREAD_PRIORITY_BELOW_LOWEST #error "Replace with custom definition" |
|
#define | GTS_THREAD_HANDLE_TYPE #error "Replace with custom definition" |
|
#define | GTS_THREAD_ID_TYPE #error "Replace with custom definition" |
|
#define | GTS_THREAD_FUNCTION_DECL(name) #error "Replace with custom definition" |
|
#define | GTS_THREAD_FUNCTION_DEFN(cls, name) #error "Replace with custom definition" |
|
#define | GTS_THREAD_AFFINITY_SET_TYPE #error "Replace with custom definition" |
| A description of an CPU affinity set for a threa. More...
|
|
#define | GTS_CREATE_THREAD(threadHandle, tid, func, arg, stackSize) #error "Replace with custom definition" |
| Creates and launches a new thread of execution. More...
|
|
#define | GTS_JOIN_THREAD(threadHandle) #error "Replace with custom definition" |
| Blocks until the thread exits. More...
|
|
#define | GTS_DESTROY_THREAD(threadHandle) #error "Replace with custom definition" |
| Frees a ThreadHandle. More...
|
|
#define | GTS_SET_THREAD_GROUP_AFFINITY(threadHandle, groupId, affinitySet) #error "Replace with custom definition" |
|
#define | GTS_SET_THREAD_PRIORITY(tid, priority) #error "Replace with custom definition" |
| Sets the priority for the thread. More...
|
|
#define | GTS_SET_THREAD_PRIORITY(priority) #error "Replace with custom definition" |
| Sets the priority for the thread. More...
|
|
#define | GTS_SET_THIS_THREAD_NAME(name) #error "Replace with custom definition" |
| Sets a thread's name. More...
|
|
#define | GTS_GET_THIS_THREAD_ID() #error "Replace with custom definition" |
|
#define | GTS_GET_THIS_THREAD() #error "Replace with custom definition" |
|
#define | GTS_SET_THIS_THREAD_GROUP_AFFINITY(groupId, affinitySet) #error "Replace with custom definition" |
|
#define | GTS_YIELD_THREAD() #error "Replace with custom definition" |
| Yields the current thread to another thread. More...
|
|
#define | GTS_THREAD_SLEEP(milliseconds) #error "Replace with custom definition" |
| Suspends the current thread for the specified time. More...
|
|
#define | GTS_GET_HARDWARE_THREAD_COUNT() #error "Replace with custom definition" |
| Get the hardware thread ID and socked ID the calling thread is running on. More...
|
|
#define | GTS_GET_CURRENT_PROCESSOR_ID(socketId, hwTid) #error "Replace with custom definition" |
|
#define | GTS_CPU_CORE_INFO #error "Replace with custom definition" |
| A description of a CPU core. More...
|
|
#define | GTS_SOCKET_CORE_INFO #error "Replace with custom definition" |
| A description of a socket. More...
|
|
#define | GTS_NUMA_NODE_CORE_INFO #error "Replace with custom definition" |
| A description of a NUMA node. More...
|
|
#define | GTS_PROCESSOR_GROUP_INFO #error "Replace with custom definition" |
| A description of a processor group. More...
|
|
#define | GTS_SYSTEM_TOPOLOGY #error "Replace with custom definition" |
| A description of the system's processor topology. More...
|
|
User defined wrappers for the OS thread API.