summaryrefslogtreecommitdiffstats
path: root/lib/thread.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: time: remove leftover declarationsDavid Lamparter2017-03-081-5/+0
* lib: remove unused quagga_clkidQuentin Young2017-02-271-5/+0
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-071-1/+1
|\
| * *: Convert libzebra -> libfrrDonald Sharp2017-02-031-1/+1
* | ospfd: simplify SPF time consumption calculationsDavid Lamparter2017-01-231-1/+0
* | *: use monotime()David Lamparter2017-01-231-7/+1
* | lib: time: remove recent_relative_time()David Lamparter2017-01-231-2/+0
* | lib: Fix 'show thread cpu' to display active threadsDonald Sharp2017-01-181-0/+1
* | *: make DEFUN installations file-localDavid Lamparter2016-12-011-2/+1
|/
* build: massively remove needless checksDavid Lamparter2016-11-151-4/+0
* lib: add thread_add_timer_tv (struct timeval)David Lamparter2016-07-281-0/+5
* lib: remove a whole bunch of unused time stuffDavid Lamparter2016-07-281-4/+1
* ospfd: monotonic clock for lsa_refresher_startedDavid Lamparter2016-07-281-0/+1
* lib: include thread information in backtracesDavid Lamparter2016-05-301-0/+4
* lib: unstupidify thread debug informationDavid Lamparter2016-05-301-18/+21
* pimd: merge pimd as of 2015-01-19David Lamparter2016-05-261-1/+0
* lib: add function to get precise remaining time of timer threadChristian Franke2016-03-301-0/+1
* lib: Add ability to use poll() instead of selectDonald Sharp2016-03-041-3/+22
* lib: Refactor read/write functionalityDonald Sharp2016-03-041-6/+3
* lib: Abstract fd set operationsDonald Sharp2016-03-041-3/+9
* Fix some more memory issues in QuaggaDonald Sharp2015-09-021-0/+1
* Replace lists with arrays to store read and write threadsDenil Vira2015-08-111-2/+3
* ospf6d: ospfv3-stub-area-support.patchDonald Sharp2015-05-201-0/+3
* Some small enhancements to thread and workqueue libraries in zebra:Donald Sharp2015-05-201-0/+3
* ospfd-spf-stats.patchDonald Sharp2015-05-201-0/+1
* lib: use heap to manage timersChristian Franke2014-04-221-2/+5
* lib: do not allocate/free thread funcnamesJorge Boncompte [DTI2]2012-05-221-2/+5
* lib: remove RUSAGE_T from struct threadJorge Boncompte [DTI2]2012-05-221-1/+1
* babeld: Initial import, for Babel routing protocol.Paul Jakma2012-03-251-0/+2
* lib: add THREAD_TIMER_MSEC_ON()Everton Marques2012-02-161-0/+7
* lib: Add a command to clear the thread CPU history dataPaul Jakma2010-12-081-0/+1
* lib: thread history funcname shouldn't be constant, it's freedPaul Jakma2010-12-081-1/+1
* [lib/cleanup] Use a typedef for the thread typePaul Jakma2009-06-301-3/+5
* [lib] Bug #134: threads should be more robust against backward time jumpsPaul Jakma2006-08-271-9/+19
* [lib] Optimise thread_call by caching pointer to thread history in the threadPaul Jakma2006-07-251-0/+1
* 2005-05-19 Paul Jakma <paul@dishone.st>paul2005-05-191-1/+1
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-23/+29
* 2005-04-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-281-7/+31
* 2005-04-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-221-5/+7
* - fix commentpaul2005-04-221-1/+1
* 2005-04-22 Paul Jakma <paul.jakma@sun.com>paul2005-04-221-6/+16
* 2005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-161-0/+2
* Number of warnings is down to 3 again in lib directory. A lot of const'shasso2004-10-051-7/+7
* Merge isisd into the Quagga's framework:jardin2003-12-231-0/+3
* From havanna_moon@gmx.net Fri Jan 17 23:37:49 2003paul2003-01-181-10/+29
* Initial revisionpaul2002-12-131-0/+139