Searched refs:timeout (Results 501 - 525 of 1547) sorted by relevance

<<21222324252627282930>>

/freebsd-current/tools/test/stress2/misc/
H A Dsyzkaller44.sh88 (cd /tmp; timeout 3m ./syzkaller44)
H A Dgnop4.sh65 timeout 10m \
H A Dsyzkaller35.sh97 (cd /tmp; timeout 3m ./syzkaller35)
H A Dsyzkaller37.sh95 (cd /tmp; timeout 3m ./syzkaller37)
H A Dsyzkaller36.sh94 (cd /tmp; timeout 3m ./syzkaller36)
H A Dsyzkaller40.sh82 (cd /tmp; timeout 3m ./syzkaller40)
H A Dmmap29.sh12 [ -z "`which timeout`" ] && exit 0
64 timeout 60 find / -xdev -print >/dev/null
H A Dbuildworld.sh58 timeout 20m make -i -j $p buildworld DESTDIR=$mntpoint TARGET=amd64 \
H A Drename12.sh54 timeout=1200
67 [ $((`date '+%s'` - start)) -lt $timeout ] && break
H A Dsyzkaller60.sh98 (cd /tmp; timeout 3m ./syzkaller60)
H A Dsyzkaller62.sh77 (cd /tmp; timeout -k 3s 2s ./syzkaller62)
H A Dsyzkaller65.sh79 (cd /tmp; timeout 2m ./$prog)
H A Delf.sh60 timeout -s SIGKILL 2 ./elf aux > /dev/null 2>&1 || break
H A Dzfs11.sh62 timeout 10s sh -c '\
H A Dsigfastblock2.sh128 timeout 5m /tmp/sigfastblock2; s=$?
/freebsd-current/contrib/mandoc/
H A Dcatman.c71 const struct timespec timeout = { 0, 10000000 }; /* 0.01 s */ local
116 nanosleep(&timeout, NULL);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h53 size_t Read(void *dst, size_t dst_len, const Timeout<std::micro> &timeout,
61 lldb::ConnectionStatus BytesAvailable(const Timeout<std::micro> &timeout,
/freebsd-current/contrib/tcp_wrappers/
H A Drfc931.c64 /* timeout - handle timeouts */
66 static void timeout(int sig) function
133 signal(SIGALRM, timeout);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp45 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) {
48 PacketResult packet_result = ReadPacket(packet, timeout, false);
79 error.SetErrorString("timeout");
44 GetPacketAndSendResponse( Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp109 Timeout<std::micro> timeout = timeout_usec == UINT32_MAX local
113 bytes_read = m_opaque->Read(dst, dst_len, timeout, status, nullptr);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h75 const Timeout<std::micro> &timeout) override;
80 const Timeout<std::micro> &timeout) override;
/freebsd-current/crypto/openssl/ssl/
H A Dssl_txt.c135 if (x->timeout != 0L) {
136 if (BIO_printf(bp, "\n Timeout : %lld (sec)", (long long)x->timeout) <= 0)
/freebsd-current/sys/dev/iwm/
H A Dif_iwm_notif_wait.c195 struct iwm_notification_wait *wait_entry, int timeout)
202 timeout);
194 iwm_wait_notification(struct iwm_notif_wait_data *notif_data, struct iwm_notification_wait *wait_entry, int timeout) argument
/freebsd-current/sys/dev/usb/
H A Dusb_request.h84 struct mtx *mtx, uint8_t port, uint8_t timeout);
86 struct mtx *mtx, uint8_t port, uint8_t timeout);
/freebsd-current/sys/cam/scsi/
H A Dscsi_sg.h45 u_int timeout; member in struct:sg_io_hdr
70 u_int timeout; member in struct:sg_io_hdr32
125 #define DID_NO_CONNECT 0x01 /* timeout during connect */
126 #define DID_BUS_BUSY 0x02 /* timeout during command */
127 #define DID_TIME_OUT 0x03 /* other timeout */

Completed in 130 milliseconds

<<21222324252627282930>>