Searched refs:__timeout (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/lib/libcurses/ |
| H A D | get_wch.c | 93 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 D | getch.c | 548 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 D | curses_private.h | 410 int __timeout(int);
|
| H A D | tty.c | 362 __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 D | io_context | 601 _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 D | atomic.cpp | 41 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 D | io_context | 585 _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());
|