Pin
|
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 |
LEVEL_BASE definitions
const UINT32 LEVEL_BASE::PIN_INFINITE_TIMEOUT = static_cast< UINT32 >(-1) |
Timeout interval that never elapses.
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.