Searched refs:sync_java (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c79 static int sync_java = 0; variable
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))
199 sync_java = 0;
203 sync_java = 1;
209 sync_java = 1;
219 sync_java = 1;
224 sync_java = 0;
245 if (sync_java)
393 sync_java
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c72 static int sync_java = 0; variable
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))
200 sync_java = 0;
204 sync_java = 1;
210 sync_java = 1;
220 sync_java = 1;
225 sync_java = 0;
246 if (sync_java)
417 sync_java
[all...]

Completed in 208 milliseconds