aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/src/vespa/fnet/scheduler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add a simple adjustTimeoutByDetectedHz to compute a suitable timeout/naptime ...Henning Baldersheim2022-02-281-1/+1
* - Use the typesafe vespalib::count_ms() to correcly count ms.Henning Baldersheim2022-02-251-1/+2
* Simplify furtherTor Brede Vekterli2022-02-171-2/+1
* Remove early-out check that's no longer neededTor Brede Vekterli2022-02-171-5/+0
* Check FNET_Scheduler slots inside lockTor Brede Vekterli2022-02-171-4/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* low-level testing of fnet enabled byHåvard Pettersen2021-09-161-14/+4
* - Separate out the tail of the EventLoop into separate method to ease readabi...Henning Baldersheim2020-12-011-4/+4
* Guard against timeout value that is too high and will cause overflow.Henning Baldersheim2020-11-051-0/+2
* use chrono instead of fastos timeHåvard Pettersen2019-11-191-7/+7
* use upper bound for current time estimateHåvard Pettersen2019-07-011-1/+1
* round -> ceil to avoid premature timeoutHåvard Pettersen2019-07-011-1/+2
* Use std::lock_guard instead of std::unique_lock.Tor Egge2017-11-121-4/+4
* Use std::mutex and std::condition_variable instead of FastOS_Cond.Tor Egge2017-10-271-41/+36
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Remove carriage returnJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-2/+2
* Copyright headerJon Bratseth2017-06-131-2/+2
* split log and bufferedlogHenning Baldersheim2017-06-071-0/+1
* NULL -> nullptrHenning Baldersheim2017-01-131-21/+21
* replace memorytub with Stash.Henning Baldersheim2017-01-131-4/+108
* PublishJon Bratseth2016-06-151-0/+175