Searched refs:_timeout (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | poll.h | 114 int poll(struct pollfd _pfd[], nfds_t _nfds, int _timeout); 117 const struct timespec *__restrict _timeout,
|
| H A D | _umtx.h | 76 struct timespec _timeout; member
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_compat.h | 38 #define fpga_wait_register_field(_field, _expect, _reg_addr, _timeout, _invl)\ argument 43 for (; wait <= _timeout; wait += _invl) { \
|
| /f-stack/freebsd/kern/ |
| H A D | kern_umtx.c | 3340 &timeout->_timeout); in do_sem2_wait() 3423 error = copyin(uaddr, &tp->_timeout, sizeof(tp->_timeout)); in umtx_copyin_umtx_time() 3429 tp->_timeout.tv_nsec >= 1000000000 || tp->_timeout.tv_nsec < 0) in umtx_copyin_umtx_time() 4182 struct timespecx32 _timeout; member 4199 struct timespeci386 _timeout; member 4259 error = copyin(uaddr, &t32._timeout, sizeof(t32._timeout)); in umtx_copyin_umtx_timei386() 4265 t32._timeout.tv_nsec >= 1000000000 || t32._timeout.tv_nsec < 0) in umtx_copyin_umtx_timei386() 4267 TS_CP(t32, *tp, _timeout); in umtx_copyin_umtx_timei386() 4323 error = copyin(uaddr, &t32._timeout, sizeof(t32._timeout)); in umtx_copyin_umtx_timex32() 4329 t32._timeout.tv_nsec >= 1000000000 || t32._timeout.tv_nsec < 0) in umtx_copyin_umtx_timex32() [all …]
|
| /f-stack/app/micro_thread/ |
| H A D | mt_net.cpp | 1456 _timeout = 5*60*1000; in CDestLinks() 1485 _timeout = 5*60*1000; in Reset() 1559 if ((item->GetLastAccess() + this->_timeout) < now) in timer_notify()
|
| H A D | mt_net.h | 448 uint32_t _timeout;
|