Searched defs:time (Results 1 - 25 of 26) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dtime.c5 time_t time(time_t* t) { function
/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dtimeb.h12 time_t time; member in struct:timeb
H A Dtimex.h14 struct timeval time; member in struct:ntptimeval
23 struct timeval time; member in struct:timex
/fuchsia/zircon/system/public/zircon/
H A Dtime.h22 __CONSTEXPR static inline zx_time_t zx_time_add_duration(zx_time_t time, zx_duration_t duration) { argument
34 __CONSTEXPR static inline zx_time_t zx_time_sub_duration(zx_time_t time, zx_duration_t duration) { argument
/fuchsia/zircon/system/ulib/syslog/include/syslog/
H A Dwire_format.h22 zx_time_t time; member in struct:fx_log_metadata
/fuchsia/zircon/system/uapp/clock/
H A Dclock.c85 int set_rtc(const char *path, const char* time) { argument
/fuchsia/zircon/system/utest/core/threads/thread-functions/
H A Dthread-functions.cpp19 zx_time_t time = (zx_time_t)arg; local
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dpvclock.cpp85 zx_time_t time = utc_offset.load(); local
152 zx_time_t time = utc_offset.load() + current_time(); local
[all...]
/fuchsia/zircon/system/ulib/syslog/
H A Dfx_logger.cpp57 zx_time_t time = zx_clock_get_monotonic(); local
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dnstime.c6 nstime_init(nstime_t *time, uint64_t ns) argument
12 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) argument
18 nstime_ns(const nstime_t *time) argument
24 nstime_sec(const nstime_t *time) argument
30 nstime_nsec(const nstime_t *time) argument
36 nstime_copy(nstime_t *time, const nstime_t *source) argument
48 nstime_add(nstime_t *time, const nstime_t *addend) argument
56 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) argument
64 nstime_imultiply(nstime_t *time, uint64_t multiplier) argument
73 nstime_idivide(nstime_t *time, uint64_t divisor) argument
81 nstime_divide(const nstime_t *time, const nstime_t *divisor) argument
91 nstime_get(nstime_t *time) argument
104 nstime_get(nstime_t *time) argument
114 nstime_get(nstime_t *time) argument
124 nstime_get(nstime_t *time) argument
131 nstime_get(nstime_t *time) argument
161 nstime_update(nstime_t *time) argument
[all...]
H A Darena.c402 arena_decay_deadline_reached(const arena_t *arena, const nstime_t *time) argument
464 arena_decay_epoch_advance_helper(arena_t *arena, const nstime_t *time) argument
499 arena_decay_epoch_advance(tsdn_t *tsdn, arena_t *arena, const nstime_t *time) argument
569 nstime_t time; local
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Ddecay.c19 nstime_update_mock(nstime_t *time) argument
210 nstime_t time, decay_time, deadline; local
/fuchsia/zircon/kernel/syscalls/
H A Dzircon.cpp80 zx_time_t time; local
/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop.cpp86 void AdvanceTimeTo(zx::time time) { argument
[all...]
/fuchsia/zircon/system/utest/core/pthread/
H A Dpthread.cpp25 struct timespec time; local
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h45 ssize_t time; member in struct:arena_decay_s
/fuchsia/zircon/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
H A Dcpu-perf.h128 zx_time_t time; member in struct:__anon1258
/fuchsia/zircon/third_party/lib/jitterentropy/
H A Djitterentropy-base.c128 uint64_t time = 0; local
185 jent_lfsr_time(struct rand_data *ec, uint64_t time, uint64_t loop_cnt) argument
350 uint64_t time = 0; local
688 uint64_t time = 0; local
794 uint64_t time = 0; local
[all...]
/fuchsia/zircon/kernel/platform/pc/
H A Dtimer.cpp118 zx_time_t time; local
[all...]
/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Daml-rawnand.c134 static void aml_cmd_idle(aml_raw_nand_t* raw_nand, uint32_t time) { argument
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c1151 struct timeval time; local
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool37 import time namespace
/fuchsia/zircon/kernel/arch/x86/
H A Dperf_mon.cpp543 x86_perfmon_write_time_record( cpuperf_record_header_t* hdr, cpuperf_event_id_t event, zx_time_t time) argument
/fuchsia/zircon/system/ulib/minfs/
H A Dvnode.cpp41 zx_time_t time = zx_time_add_duration(ZX_SEC(ts.tv_sec), ts.tv_nsec); local
/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c59 static time_t time(void* arg) { function

Completed in 225 milliseconds

12