tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
itm.h File Reference
Include dependency graph for itm.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#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"

Function Documentation

void _ITM_FASTCALL _ITM_finalizeProcess ( void  )

Here is the call graph for this function:

void _ITM_FASTCALL _ITM_finalizeThread ( void  )

Here is the caller graph for this function:

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.

Here is the call graph for this function:

int _ITM_FASTCALL _ITM_initializeThread ( void  )

Here is the call graph for this function:

Here is the caller graph for this function: