summaryrefslogtreecommitdiff
path: root/lib/poll-loop.c
Commit message (Expand)AuthorAgeFilesLines
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* poll-loop: Set poll loop initial deadline to LLONG_MAX.Ben Pfaff2019-01-171-0/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* poll: Suppress logging for pmd threads.Ilya Maximets2016-01-111-1/+3
* poll-loop: Fix a bug while finding a poll node.Gurucharan Shetty2015-10-081-2/+6
* Revert "poll-loop: Fix assertion in poll_create_node()."Gurucharan Shetty2015-09-301-2/+2
* poll-loop: Fix assertion in poll_create_node().Ilya Maximets2015-09-221-2/+2
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* poll-loop: Create Windows event handles for sockets automatically.Gurucharan Shetty2014-06-301-25/+69
* timeval: Provide a variation for time/warp command.Gurucharan Shetty2014-06-131-1/+1
* poll-loop: Ignore 'wevent' in poll_fd_wait_at() on non-Windows.Ben Pfaff2014-06-051-0/+2
* poll-loop: Make poll_fd_wait_event() cross-platform.Gurucharan Shetty2014-02-111-5/+17
* poll-loop: Port to Windows.Linda Sun2014-01-171-31/+104
* timeval: Wake up all threads when time is warped.Alex Wang2013-10-081-0/+1
* seq: New module for race-free, pollable, thread-safe sequence number.Ben Pfaff2013-08-101-0/+3
* ovs-thread: New function xpthread_setspecific().Ben Pfaff2013-08-081-1/+1
* Avoid C preprocessor trick where macro has the same name as a function.Ben Pfaff2013-07-291-19/+18
* poll-loop: Make poll loop data structures per-thread.Ben Pfaff2013-07-161-40/+68
* poll-loop: Simplify and speed up polling.Ben Pfaff2013-07-161-62/+26
* timeval: Remove backtrace feature.Ben Pfaff2013-07-111-6/+0
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-2/+2
* poll-loop: Reduce high-CPU log messages from WARN to INFO.Ben Pfaff2013-02-111-2/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-2/+1
* poll-loop: Log backtraces when CPU usage is high.Ethan Jackson2012-10-251-0/+6
* poll-loop: More strictly rate-limit high CPU use logging.Ben Pfaff2012-06-011-2/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* poll-loop: Track the poll timeout as an absolute, not a relative time.Ben Pfaff2011-12-191-27/+29
* Revert "poll-loop: Enable checking whether a FD caused a wakeup."Ben Pfaff2011-11-281-29/+4
* poll-loop: Enable checking whether a FD caused a wakeup.Jesse Gross2011-09-231-4/+29
* poll-loop: Remove static variable n_waiters.Ben Pfaff2011-08-151-6/+2
* poll-loop: Fix typo in comment.Ben Pfaff2011-05-271-3/+3
* poll-loop: Automatically log reason for wakeup when CPU usage spikes.Ben Pfaff2011-05-241-24/+58
* poll-loop: Make wakeup logging more portable and easier to understand.Ben Pfaff2011-05-131-44/+56
* coverage: Make the coverage counters catalog program-specific.Ben Pfaff2010-11-301-0/+3
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-2/+2
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* poll-loop: New function poll_timer_wait_until().Ben Pfaff2010-05-261-0/+17
* poll-loop: Change poll_timer_wait() parameter from "int" to "long long".Ben Pfaff2010-05-261-7/+16
* poll-loop: Drop unused poll_fd_callback() feature.Ben Pfaff2010-01-061-73/+16
* fatal-signal: Run signal hooks outside of actual signal handlers.Jesse Gross2010-01-061-0/+8
* Merge "master" branch into "db".Ben Pfaff2009-12-021-1/+2
|\
| * Fix incorrect printf format specifiers.Ben Pfaff2009-11-091-1/+2
* | Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff2009-11-041-1/+1
|/
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+267