summaryrefslogtreecommitdiff
path: root/lib/timeval.c
Commit message (Expand)AuthorAgeFilesLines
* util: Add high resolution sleep support.Bhanuprakash Bodireddy2017-11-281-0/+19
* timeval: Check for OS-provided clock_gettime on macOSRichard Oliver2017-10-301-3/+3
* timeval: Add functions with microsecond granularity.Ilya Maximets2017-10-271-0/+35
* timeval: Fix misleading function descriptions.Ilya Maximets2017-10-241-6/+4
* timeval: Reorder elements in clock structure.Bhanuprakash Bodireddy2016-10-171-2/+2
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* timeval: Add clock_gettime() for OS XLance Richardson2016-03-221-1/+32
* 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/+1
* timeval: Remove duplicate memset().Russell Bryant2015-02-201-1/+0
* timeval: Correctly report usage statistics in log_poll_interval().Ben Pfaff2015-02-111-26/+31
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* timeval: Fix seq memory leakDaniele Di Proietto2014-10-031-1/+1
* unixctl: Make command description all lowercase.Alex Wang2014-09-111-1/+1
* lib/timeval: Use relaxed atomics also when writing on 'slow_path'.Jarno Rajahalme2014-08-291-3/+3
* timeval: Initialize 'unix_epoch' for Windows correctly.Gurucharan Shetty2014-07-091-15/+7
* timeval: Provide a variation for time/warp command.Gurucharan Shetty2014-06-131-25/+99
* timeval: Workaround strftime bug in VS 2013.Gurucharan Shetty2014-05-141-1/+3
* timeval: Preserve quiescence across time_poll().Ben Pfaff2014-04-281-5/+9
* ovs-rcu: New library.Ben Pfaff2014-03-181-0/+11
* timeval: Sleep instead of poll().Gurucharan Shetty2014-03-131-1/+6
* timeval: gettimeofday() for Windows.Gurucharan Shetty2014-03-051-0/+8
* timeval: clock_gettime() for Windows.Gurucharan Shetty2014-03-051-0/+74
* fatal-signal: Fatal signal handling for Windows.Gurucharan Shetty2014-02-261-0/+5
* poll-loop: Port to Windows.Linda Sun2014-01-171-4/+19
* timeval: Workaround for threaded test failuresYAMAMOTO Takashi2013-12-201-0/+1
* timeval: Call coverage_clear() before coverage_log() in time_poll().Ben Pfaff2013-10-091-2/+2
* timeval: Wake up all threads when time is warped.Alex Wang2013-10-081-1/+25
* coverage: Reimplement the "ovs-appctl coverage/show" command.Alex Wang2013-10-011-0/+1
* timeval: Replace rwlock by mutex.Ben Pfaff2013-09-131-11/+11
* timeval: Restore ability to warp time forward when time is not stopped.Ben Pfaff2013-09-131-2/+20
* timeval: Add Clang thread-safety annotations, fix unimportant violation.Ben Pfaff2013-09-131-7/+16
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-0/+46
* lib/timeval: don't forget to initialize a rwlockYAMAMOTO Takashi2013-09-091-0/+1
* timeval: Remove CACHE_TIME scheme.Alex Wang2013-09-041-124/+7
* ovs-thread: Add support for globally visible per-thread data.Ben Pfaff2013-08-081-1/+1
* clang: Add annotations for thread safety check.Ethan Jackson2013-07-301-11/+11
* timeval: Make CPU usage and wakeup tracking per-thread.Ben Pfaff2013-07-121-27/+62
* timeval: Make reading the current time thread-safe.Ben Pfaff2013-07-121-105/+112
* timeval: Fix typo in comment.Ben Pfaff2013-07-111-1/+1
* timeval: Remove backtrace feature.Ben Pfaff2013-07-111-157/+0
* timeval: New function xclock_gettime().Ben Pfaff2013-07-111-2/+12
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-3/+3
* ovs-thread: Add support for various thread-related assertions.Ben Pfaff2013-06-281-0/+2
* timeval: Remove time_disable_restart(), time_enable_restart() functions.Ben Pfaff2013-06-061-29/+0
* timeval: Do not block SIGALRM around setting 'deadline' in time_alarm().Ben Pfaff2013-06-051-5/+0
* Use pthread_sigmask() in place of sigprocmask(), for thread safety.Ben Pfaff2013-05-021-2/+2
* timeval: Check for HAVE_BACKTRACE instead of HAVE_EXECINFO_H.Ben Pfaff2013-04-241-1/+1
* timeval: Avoid backtrace() from signal handler on x86-64.Ben Pfaff2013-03-071-12/+16
* timeval: Don't issue poll interval warnings when we warp time.Ben Pfaff2013-02-111-1/+1