tlds
Transactional Operations for Linked Data Structures
|
#include <common/platform.hpp>
Go to the source code of this file.
Macros | |
#define | _ITM_FASTCALL REGPARM(2) |
Functions | |
int _ITM_FASTCALL | _ITM_initializeProcess (void) |
int _ITM_FASTCALL | _ITM_initializeThread (void) |
void _ITM_FASTCALL | _ITM_finalizeThread (void) |
void _ITM_FASTCALL | _ITM_finalizeProcess (void) |
#define _ITM_FASTCALL REGPARM(2) |
Copyright (C) 2011 University of Rochester Department of Computer Science and Lehigh University Department of Computer Science and Engineering
License: Modified BSD Please see the file LICENSE.RSTM for licensing information The Intel compiler exposes some of the ABI to client programmers, but they do so in an icc-specific header. Here we expose what we need from libitm.h"
void _ITM_FASTCALL _ITM_finalizeProcess | ( | void | ) |
void _ITM_FASTCALL _ITM_finalizeThread | ( | void | ) |
int _ITM_FASTCALL _ITM_initializeProcess | ( | void | ) |
The following Initialization and finalization functions must be visible. These are from section 5.1 of the draft spec.
int _ITM_FASTCALL _ITM_initializeThread | ( | void | ) |