diff options
author | Thomas Nordin <nordin@cvs.openbsd.org> | 2001-12-22 16:41:52 +0000 |
---|---|---|
committer | Thomas Nordin <nordin@cvs.openbsd.org> | 2001-12-22 16:41:52 +0000 |
commit | 9e4b929823c28a67cb07c546ab691af75ff0565e (patch) | |
tree | 7623b486229053c25484d0a0e21f1383d9f580ef /share/man/man9/timeout.9 | |
parent | cdbf8c6e07ec61300bbfe5d5b0644e4dfc603137 (diff) |
New scalable implementation with constant time add and delete. ok deraadt@
Diffstat (limited to 'share/man/man9/timeout.9')
-rw-r--r-- | share/man/man9/timeout.9 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index dbb82aea593..56506dfa8ba 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.16 2001/11/07 10:23:33 art Exp $ +.\" $OpenBSD: timeout.9,v 1.17 2001/12/22 16:41:51 nordin Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -155,10 +155,3 @@ These functions are implemented in the file .Xr hzto 9 , .Xr sleep 9 , .Xr splclock 9 -.Sh BUGS -The -.Fn timeout_add -function executes in linear time depending on the number of pending timeouts. -It will also block all interrupts while inserting the timeout -to the timeout queue. -Thus it is not recommended to use a large number of timeouts in the system. |