Data Structures | Functions
thread_context.h File Reference

Go to the source code of this file.

Data Structures

struct  thread_context_t
 

Functions

uint64_t thread_context_cpuid (void)
 
uint64_t thread_context_tlsptr (void)
 

Function Documentation

◆ thread_context_cpuid()

uint64_t thread_context_cpuid ( void  )

Get Thread Context CPUID

Returns
returns the cpuid from the current thread context

◆ thread_context_tlsptr()

uint64_t thread_context_tlsptr ( void  )

Get Thread Context TLS Pointer

Returns
returns the pointer to the TLS data for the current thread context