Home
last modified time | relevance | path

Searched refs:sync_threshold (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c82 static long sync_threshold = -1; /* calibrate the value */ variable
275 sync_threshold = (thresh > 0 ? thresh : -thresh) * 1000; in open_experiment()
276 TprintfT (0, "synctrace: open_experiment complete %ld\n", sync_threshold); in open_experiment()
300 sync_threshold = -1; in close_experiment()
311 sync_threshold = -1; in detach_experiment()
707 if (grnt - reqt >= sync_threshold) in __collector_jsync_end()
740 if (grnt - reqt >= sync_threshold) in pthread_mutex_lock()
831 if (grnt - reqt >= sync_threshold) in __collector_pthread_cond_wait_symver()
934 if (grnt - reqt >= sync_threshold) in __collector_pthread_cond_timedwait_symver()
967 if (grnt - reqt >= sync_threshold) in pthread_join()
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_structs.h109 int sync_threshold; // value of synctrace threshold, in microseconds member
H A DExperiment.cc1010 exp->coll_params.sync_threshold = atoi (str); in startElement()
4310 if (coll_params.sync_threshold < 0) in write_coll_params()
4312 -coll_params.sync_threshold, scope_str); in write_coll_params()
4315 coll_params.sync_threshold, scope_str); in write_coll_params()