Searched defs:timeout (Results 101 - 125 of 753) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h122 llvm::Optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) { argument
185 return WaitFor([&value](T current) { return value != current; }, timeout); member in namespace:lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h43 uint32_t timeout; member in class:lldb_private::CommandObjectExpression::CommandOptions
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp51 int timeout = local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_util.c113 svn_wc__db_util_open_db(svn_sqlite__db_t **sdb, const char *dir_abspath, const char *sdb_fname, svn_sqlite__mode_t smode, svn_boolean_t exclusive, apr_int32_t timeout, const char *const *my_statements, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstdio.c361 struct timeval timeout; local
H A Dfindfp.c228 int timeout = SM_TIME_DEFAULT; local
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Depoll.c420 long timeout = -1; local
[all...]
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Dthread_pool.c140 struct timespec timeout; local
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h100 apr_interval_time_t timeout; member in struct:apr_file_t
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-utils.h35 unsigned int timeout; member in struct:_sr_settings
/freebsd-11-stable/sys/dev/cmx/
H A Dcmxvar.h60 unsigned long timeout; /* response timeout */ member in struct:cmx_softc
/freebsd-11-stable/sys/dev/ata/
H A Data-sata.c112 int timeout, t; local
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_socketpair.c56 sp_connect(const char *srcaddr, const char *dstaddr, int timeout, void **ctxp) argument
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_simple.c126 struct timeval timeout, tottimeout; local
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsimple_exec.c82 wait_for_process_timed(pid_t pid, time_t (*func)(void *), void *ptr, time_t timeout) argument
233 simple_execvp_timed(const char *file, char *const args[], time_t (*func)(void *), void *ptr, time_t timeout) argument
256 simple_execve_timed(const char *file, char *const args[], char *const envp[], time_t (*func)(void *), void *ptr, time_t timeout) argument
[all...]
/freebsd-11-stable/lib/libc/include/
H A Dnscachedcli.h59 struct timeval timeout; member in struct:cached_connection_params
/freebsd-11-stable/sys/dev/pst/
H A Dpst-iop.c63 int mfa, timeout = 10000; local
207 int mfa, timeout = 5000; local
240 int i, mfa, timeout = 5000; local
389 int timeout = 10000; local
432 int status, timeout = 10000; local
[all...]
/freebsd-11-stable/sys/dev/pcf/
H A Dpcf.c102 pcf_noack(struct pcf_softc *sc, int timeout) argument
119 pcf_repeated_start(device_t dev, u_char slave, int timeout) argument
159 pcf_start(device_t dev, u_char slave, int timeout) argument
[all...]
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmp_machdep.c202 int cpus, timeout; local
/freebsd-11-stable/sys/powerpc/ps3/
H A Dplatform_ps3.c223 int timeout; local
/freebsd-11-stable/usr.bin/lock/
H A Dlock.c81 static struct timeval timeout; variable in typeref:struct:timeval
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Drs400.c65 unsigned int timeout = rdev->usec_timeout; local
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_reg.c244 arswitch_waitreg(device_t dev, int addr, int mask, int val, int timeout) argument
/freebsd-11-stable/sys/dev/viawd/
H A Dviawd.h45 unsigned int timeout; member in struct:viawd_softc
/freebsd-11-stable/usr.sbin/nscd/
H A Dnscdcli.c63 struct timespec timeout; local
99 struct timespec timeout; local

Completed in 207 milliseconds

1234567891011>>