Pin
Classes | Typedefs | Variables
LEVEL_BASE Namespace Reference

Classes

struct  ImageLoaderInfo
 
struct  LINUX_LOADER_IMAGE_INFO
 

Typedefs

typedef VOID(* AFUNPTR) ()
 
typedef VOID *(* THREAD_STARTROUTINE) (void *)
 
typedef VOID(* DESTRUCTFUN) (void *)
 
typedef UINT16 OPCODE
 

Variables

const UINT32 PIN_INFINITE_TIMEOUT = static_cast< UINT32 >(-1)
 
const UINT32 PIN_MAX_THREADS = 8192
 

Detailed Description

LEVEL_BASE definitions

Variable Documentation

◆ PIN_INFINITE_TIMEOUT

const UINT32 LEVEL_BASE::PIN_INFINITE_TIMEOUT = static_cast< UINT32 >(-1)

Timeout interval that never elapses.

◆ PIN_MAX_THREADS

const UINT32 LEVEL_BASE::PIN_MAX_THREADS = 8192

Maximum number of threads supported by PIN. All 32-bit systems support up to 2048 threads. Only Linux and Windows 64-bit systems support up to 8192 threads.