usec 51 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h int usleep(useconds_t usec); usec 204 ompi/runtime/ompi_spc.h #define SPC_TIMER_START(event_id, usec) \ usec 205 ompi/runtime/ompi_spc.h ompi_spc_timer_start(event_id, usec) usec 207 ompi/runtime/ompi_spc.h #define SPC_TIMER_STOP(event_id, usec) \ usec 208 ompi/runtime/ompi_spc.h ompi_spc_timer_stop(event_id, usec) usec 230 ompi/runtime/ompi_spc.h #define SPC_TIMER_START(event_id, usec) \ usec 233 ompi/runtime/ompi_spc.h #define SPC_TIMER_STOP(event_id, usec) \ usec 175 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c long long usec; usec 194 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c usec = total_time.tv_sec * 1000000 + total_time.tv_usec; usec 219 opal/mca/event/libevent2022/libevent/test/bench_httpclient.c (double)(usec/1000) / total_n_handled, usec 166 orte/runtime/orte_wait.h #define ORTE_TIMER_EVENT(sec, usec, cbfunc, pri) \ usec 173 orte/runtime/orte_wait.h tm->tv.tv_sec = (sec) + (usec)/1000000; \ usec 174 orte/runtime/orte_wait.h tm->tv.tv_usec = (usec) % 1000000; \