Searched refs:then (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/system/utest/core/c11-mutex/
H A Dmutex.c211 struct timespec then = { local
215 then.tv_nsec += kRelativeDeadline;
216 if (then.tv_nsec > (long)ZX_SEC(1)) {
217 then.tv_nsec -= ZX_SEC(1);
218 then.tv_sec += 1;
220 int rc = mtx_timedlock(&args.mutex, &then);
/fuchsia/zircon/make/
H A Dmodule-fidl.mk63 if [ -f "$@" ]; then \
64 if ! cmp "$<" "$@" >/dev/null 2>&1; then \
H A Dmodule-hostapp.mk49 if [ -f "$@" ]; then \
50 if ! cmp "$<" "$@" >/dev/null 2>&1; then \
H A Dmacros.mk12 MKDIR = if [ ! -d $(dir $@) ]; then mkdir -p $(dir $@); fi
43 if [ -f "$2" ]; then \
44 if cmp "$1" "$2$(CMP_QUIET)"; then \
H A Dsysroot.mk61 if cmp -s $(@:.stamp=.new) $(@:.stamp=); then \
H A Dmodule-userlib.mk122 if cmp -s $(@:.abi.stamp=.so.abi).new $(@:.abi.stamp=.so.abi); then \
285 if [ -f "$@" ]; then \
286 if ! cmp "$<" "$@" >/dev/null 2>&1; then \
H A Dengine.mk62 # generate a default based on build options. Start with no suffix, then add
95 # matching project/goal.mk, then we should re-invoke make with
245 # unwind tables. Until then compile with frame pointers in debug builds to get
297 # always use gold or lld for all the user-mode links, and then we'll
/fuchsia/zircon/bootloader/
H A Dbuild.mk83 $(NOECHO)if ! $(READELF) -r $@ | grep -q 'no relocations'; then \
95 $(NOECHO)if [ "`$(NM) $< | grep ' U '`" != "" ]; then echo "error: $<: undefined symbols"; $(NM) $< | grep ' U '; rm $<; exit 1; fi
/fuchsia/zircon/system/utest/timers/
H A Dtimers.cpp18 auto then = zx_clock_get_monotonic(); local
20 ASSERT_GT(then, 1000u);
23 EXPECT_LT(then, one_hour_later);
144 // If the timer is already due at the moment it is started then the signal should be
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosfuchsia.cpp164 // holds no spinlock yet, then acquire |acpi_spinlock_lock| in READ mode before
671 struct timespec then; local
672 timeout_to_timespec(Timeout, &then);
673 if (sem_timedwait(Handle, &then) < 0) {
761 struct timespec then; variable in typeref:struct:timespec
762 timeout_to_timespec(Timeout, &then);
765 int ret = pthread_rwlock_timedrdlock(&acpi_spinlock_lock, &then);
771 int res = mtx_timedlock(Handle, &then);
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Drules.mk67 # linker script would need to remove `+ SIZEOF_HEADERS` and then the
/fuchsia/zircon/kernel/arch/x86/
H A Drules.mk108 then echo "$(2)"; else echo "$(3)"; fi ;)

Completed in 66 milliseconds