Searched refs:_timeout (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13-stable/sys/sys/ |
| HD | poll.h | 113 int poll(struct pollfd _pfd[], nfds_t _nfds, int _timeout); 116 const struct timespec *__restrict _timeout,
|
| HD | _umtx.h | 78 struct timespec _timeout; member
|
| /freebsd-13-stable/tests/sys/netpfil/common/ |
| HD | sniffer.py | 38 self._timeout = timeout 59 stop_filter=self._checkPacket, timeout=self._timeout,
|
| /freebsd-13-stable/lib/libthr/thread/ |
| HD | thr_umtx.c | 133 timeout._timeout = *abstime; in __thr_umutex_timedlock() 228 timeout._timeout = *abstime; in _thr_umtx_timedwait_uint() 298 timeout._timeout = *tsp; in __thr_rwlock_rdlock() 318 timeout._timeout = *tsp; in __thr_rwlock_wrlock()
|
| /freebsd-13-stable/contrib/ldns/ |
| HD | resolver.c | 203 return r->_timeout; in ldns_resolver_timeout() 553 r->_timeout.tv_sec = timeout.tv_sec; in ldns_resolver_set_timeout() 554 r->_timeout.tv_usec = timeout.tv_usec; in ldns_resolver_set_timeout() 650 r->_timeout.tv_sec = LDNS_DEFAULT_TIMEOUT_SEC; in ldns_resolver_new() 651 r->_timeout.tv_usec = LDNS_DEFAULT_TIMEOUT_USEC; in ldns_resolver_new() 1441 …packet_wire = ldns_tcp_read_wire_timeout(resolver->_socket, &packet_wire_size, resolver->_timeout); in ldns_axfr_next()
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_umtx.c | 699 (umtxtime->_flags & UMTX_ABSTIME) != 0, &umtxtime->_timeout); in umtx_abs_timeout_init2() 3753 &timeout->_timeout); in do_sem2_wait() 3846 if (size <= sizeof(tp->_timeout)) { in umtx_copyin_umtx_time() 3849 error = copyin(uaddr, &tp->_timeout, sizeof(tp->_timeout)); in umtx_copyin_umtx_time() 3854 if (!timespecvalid_interval(&tp->_timeout)) in umtx_copyin_umtx_time() 4277 uasize - ops->umtx_time_sz, &timeout._timeout); in __umtx_op_sem2_wait() 4714 struct timespecx32 _timeout; member 4731 struct timespeci386 _timeout; member 4788 if (size <= sizeof(t32._timeout)) in umtx_copyin_umtx_timei386() 4789 error = copyin(uaddr, &t32._timeout, sizeof(t32._timeout)); in umtx_copyin_umtx_timei386() [all …]
|
| /freebsd-13-stable/contrib/ldns/ldns/ |
| HD | resolver.h | 111 struct timeval _timeout; member
|
| /freebsd-13-stable/lib/libc/gen/ |
| HD | sem.c | 326 timeout._timeout = *abstime; in _umtx_wait_uint()
|
| HD | sem_new.c | 361 tms.timeout._timeout = *rqtp; in usem_wait()
|
| /freebsd-13-stable/sys/compat/freebsd32/ |
| HD | freebsd32.h | 96 struct timespec32 _timeout; member
|
| /freebsd-13-stable/sys/dev/aic7xxx/ |
| HD | aic_osm_lib.h | 56 #define aic_timeout AIC_LIB_ENTRY(_timeout)
|
| /freebsd-13-stable/contrib/ntp/sntp/libevent/ |
| HD | ChangeLog | 561 o test/http: incomplete{,_timeout} for https (615490d Azat Khuzhin)
|
| /freebsd-13-stable/contrib/libevent/ |
| HD | ChangeLog | 561 o test/http: incomplete{,_timeout} for https (615490d Azat Khuzhin)
|