HPCToolkit
ss-errno.h File Reference
#include <errno.h>
Include dependency graph for ss-errno.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HPCTOOLKIT_APPLICATION_ERRNO_SAVE()   int application_errno = errno
 
#define HPCTOOLKIT_APPLICATION_ERRNO_RESTORE()   errno = application_errno
 

Macro Definition Documentation

◆ HPCTOOLKIT_APPLICATION_ERRNO_RESTORE

#define HPCTOOLKIT_APPLICATION_ERRNO_RESTORE ( )    errno = application_errno

Definition at line 64 of file ss-errno.h.

◆ HPCTOOLKIT_APPLICATION_ERRNO_SAVE

#define HPCTOOLKIT_APPLICATION_ERRNO_SAVE ( )    int application_errno = errno

Definition at line 63 of file ss-errno.h.