Home
last modified time | relevance | path

Searched refs:__timeout (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/lib/libcurses/
H A Dget_wch.c93 if (delay && __timeout(delay) == ERR) in inkey()
129 if (__timeout(to ? (ESCDELAY / 100) : delay) in inkey()
133 if (to && (__timeout(ESCDELAY / 100) == ERR)) in inkey()
173 if (__timeout(to ? (ESCDELAY / 100) : delay) in inkey()
177 if (to && (__timeout(ESCDELAY / 100) == ERR)) in inkey()
515 if (__timeout(win->delay) == ERR) in wget_wch()
H A Dgetch.c548 if (delay && __timeout(delay) == ERR) in inkey()
584 if (__timeout(to ? (ESCDELAY / 100) : delay) in inkey()
588 if (to && (__timeout(ESCDELAY / 100) == ERR)) in inkey()
878 if (__timeout(win->delay) == ERR) in wgetch()
H A Dcurses_private.h410 int __timeout(int);
H A Dtty.c362 __timeout(int delay) in __timeout() function
364 __CTRACE(__CTRACE_MISC, "__timeout()\n"); in __timeout()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dio_context601 _M_do_one(chrono::milliseconds __timeout)
603 const bool __block = __timeout != chrono::milliseconds::zero();
670 __ms = __timeout;
671 else if (__ms.zero() <= __timeout && __timeout < __ms)
672 __ms = __timeout;
823 wait(__fdvec& __fds, chrono::milliseconds __timeout)
829 int __res = ::poll(__fds.data(), __fds.size(), __timeout.count());
856 (void) __timeout;
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Datomic.cpp41 static constexpr timespec __timeout = { 2, 0 }; in __libcpp_platform_wait_on_address() local
42 syscall(SYS_futex, __ptr, FUTEX_WAIT_PRIVATE, __val, &__timeout, 0, 0); in __libcpp_platform_wait_on_address()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dio_context585 _M_do_one(chrono::milliseconds __timeout)
587 const bool __block = __timeout != chrono::milliseconds::zero();
654 __ms = __timeout;
655 else if (__ms.zero() <= __timeout && __timeout < __ms)
656 __ms = __timeout;
801 wait(__fdvec& __fds, chrono::milliseconds __timeout)
806 int __res = ::poll(__fds.data(), __fds.size(), __timeout.count());