OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sync_mode
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
synctrace.c
69
static int
sync_mode
= 0;
variable
80
#define CHCK_NREENTRANCE(x) (!sync_native || !
sync_mode
|| ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) != 0))
81
#define RECHCK_NREENTRANCE(x) (!sync_native || !
sync_mode
|| ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) == 0))
82
#define CHCK_JREENTRANCE(x) (!sync_java || !
sync_mode
|| ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) != 0))
83
#define RECHCK_JREENTRANCE(x) (!sync_java || !
sync_mode
|| ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) == 0))
282
sync_mode
= 1;
290
sync_mode
= 0;
298
sync_mode
= 0;
309
sync_mode
= 0;
/src/external/gpl3/binutils/dist/gprofng/src/
dbe_structs.h
108
int
sync_mode
; // if synctrace is on
member in struct:Collection_params
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
synctrace.c
69
static int
sync_mode
= 0;
variable
80
#define CHCK_NREENTRANCE(x) (!sync_native || !
sync_mode
|| ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) != 0))
81
#define RECHCK_NREENTRANCE(x) (!sync_native || !
sync_mode
|| ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) == 0))
82
#define CHCK_JREENTRANCE(x) (!sync_java || !
sync_mode
|| ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) != 0))
83
#define RECHCK_JREENTRANCE(x) (!sync_java || !
sync_mode
|| ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) == 0))
282
sync_mode
= 1;
290
sync_mode
= 0;
298
sync_mode
= 0;
309
sync_mode
= 0;
/src/external/gpl3/binutils.old/dist/gprofng/src/
dbe_structs.h
108
int
sync_mode
; // if synctrace is on
member in struct:Collection_params
Completed in 39 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026