Searched refs:sync_mode (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c76 static int sync_mode = 0; variable
86 #define CHCK_NREENTRANCE(x) (!sync_native || !sync_mode || ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) != 0))
87 #define RECHCK_NREENTRANCE(x) (!sync_native || !sync_mode || ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) == 0))
88 #define CHCK_JREENTRANCE(x) (!sync_java || !sync_mode || ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) != 0))
89 #define RECHCK_JREENTRANCE(x) (!sync_java || !sync_mode || ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) == 0))
283 sync_mode = 1;
291 sync_mode = 0;
299 sync_mode = 0;
310 sync_mode = 0;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_structs.h108 int sync_mode; // if synctrace is on member in struct:Collection_params
H A DExperiment.cc1007 exp->coll_params.sync_mode = 1;
4291 if (coll_params.sync_mode == 1)
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c69 static int sync_mode = 0; variable
79 #define CHCK_NREENTRANCE(x) (!sync_native || !sync_mode || ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) != 0))
80 #define RECHCK_NREENTRANCE(x) (!sync_native || !sync_mode || ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) == 0))
81 #define CHCK_JREENTRANCE(x) (!sync_java || !sync_mode || ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) != 0))
82 #define RECHCK_JREENTRANCE(x) (!sync_java || !sync_mode || ((x) = collector_interface->getKey( sync_key )) == NULL || (*(x) == 0))
290 sync_mode = 1;
298 sync_mode = 0;
306 sync_mode = 0;
317 sync_mode = 0;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_structs.h108 int sync_mode; // if synctrace is on member in struct:Collection_params
H A DExperiment.cc1007 exp->coll_params.sync_mode = 1;
4293 if (coll_params.sync_mode == 1)
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_shmem.c279 .sync_mode = WB_SYNC_NONE,

Completed in 147 milliseconds