HelenOS sources
nsec_t 73 uspace/app/hbench/hbench.h nsec_t minimal_run_duration_nanos;
nsec_t 200 uspace/app/hbench/main.c nsec_t duration = stopwatch_get_nanos(&run.stopwatch);
nsec_t 368 uspace/app/hbench/main.c bench_env.run_count = (nsec_t) atoll(optarg);
nsec_t 491 uspace/drv/block/pc-floppy/pc-floppy.c nsec_t nsec;
nsec_t 561 uspace/drv/block/pc-floppy/pc-floppy.c nsec_t nsec;
nsec_t 509 uspace/lib/c/generic/time.c void ts_add_diff(struct timespec *ts, nsec_t nsecs)
nsec_t 536 uspace/lib/c/generic/time.c nsec_t ts_sub_diff(const struct timespec *ts1, const struct timespec *ts2)
nsec_t 538 uspace/lib/c/generic/time.c return (nsec_t) (ts1->tv_nsec - ts2->tv_nsec) +
nsec_t 66 uspace/lib/c/include/perf.h static inline void stopwatch_set_nanos(stopwatch_t *stopwatch, nsec_t nanos)
nsec_t 101 uspace/lib/c/include/perf.h static inline nsec_t stopwatch_get_nanos(stopwatch_t *stopwatch)
nsec_t 145 uspace/lib/c/include/time.h extern void ts_add_diff(struct timespec *, nsec_t);
nsec_t 148 uspace/lib/c/include/time.h extern nsec_t ts_sub_diff(const struct timespec *, const struct timespec *);
nsec_t 59 uspace/lib/c/test/perf.c nsec_t diff_nanos = stopwatch_get_nanos(&sw);
nsec_t 66 uspace/lib/posix/include/libc/perf.h static inline void stopwatch_set_nanos(stopwatch_t *stopwatch, nsec_t nanos)
nsec_t 101 uspace/lib/posix/include/libc/perf.h static inline nsec_t stopwatch_get_nanos(stopwatch_t *stopwatch)
nsec_t 145 uspace/lib/posix/include/libc/time.h extern void ts_add_diff(struct timespec *, nsec_t);
nsec_t 148 uspace/lib/posix/include/libc/time.h extern nsec_t ts_sub_diff(const struct timespec *, const struct timespec *);
nsec_t 87 uspace/srv/hid/input/proto/mousedev.c nsec_t ms_delay;
HelenOS homepage, sources at GitHub