Home
last modified time | relevance | path

Searched refs:wait_for_interrupt (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_exit_scenarios.py172 if args.wait_for_interrupt:
178 if args.wait_for_interrupt:
187 if args.wait_for_interrupt:
199 if args.wait_for_interrupt:
/aosp_15_r20/external/nos/host/generic/libnos_datagram/
Dcitadel.cpp177 static int wait_for_interrupt(void *ctx, int msecs) { in wait_for_interrupt() function
384 dev->ops.wait_for_interrupt = wait_for_interrupt; in nos_device_open()
/aosp_15_r20/external/coreboot/src/arch/arm/armv7/
H A Dbootblock.S50 bne wait_for_interrupt @ If this is not core0, wait
111 wait_for_interrupt: label
/aosp_15_r20/external/nos/host/generic/nugget/include/nos/
Ddevice.h60 int (*wait_for_interrupt)(void *ctx, int msecs); member
/aosp_15_r20/external/nos/host/generic/libnos_transport/test/
Dtest.cpp64 int wait_for_interrupt(void* ctx, int msecs) { in wait_for_interrupt() function
81 dev->ops.wait_for_interrupt = wait_for_interrupt; in nos_device_open()