Home
last modified time | relevance | path

Searched defs:CHCK_REENTRANCE (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Ddescendants.h55 #define CHCK_REENTRANCE(x) (((INIT_REENTRANCE(x)) == NULL) || (*(x) != 0)) macro
H A Dprofile.c86 #define CHCK_REENTRANCE(x) ( !prof_mode || ((x) = collector_interface->getKey( prof_key )) == NULL… macro
H A Dheaptrace.c73 #define CHCK_REENTRANCE(x) ( !heap_mode || ((x) = collector_interface->getKey( heap_key )) == NULL… macro
H A Dmmaptrace.c111 #define CHCK_REENTRANCE (reentrance || mmap_mode <= 0) macro
H A Diotrace.c87 #define CHCK_REENTRANCE(x) (!io_mode || ((x) = collector_interface->getKey( io_key )) == NULL || … macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Ddescendants.h55 #define CHCK_REENTRANCE(x) (((INIT_REENTRANCE(x)) == NULL) || (*(x) != 0)) macro
H A Dprofile.c87 #define CHCK_REENTRANCE(x) ( !prof_mode || ((x) = collector_interface->getKey( prof_key )) == NULL… macro
H A Dheaptrace.c67 #define CHCK_REENTRANCE(x) ( !heap_mode || ((x) = collector_interface->getKey( heap_key )) == NULL… macro
H A Dmmaptrace.c98 #define CHCK_REENTRANCE (reentrance || mmap_mode <= 0) macro
H A Diotrace.c81 #define CHCK_REENTRANCE(x) (!io_mode || ((x) = collector_interface->getKey( io_key )) == NULL || … macro