index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
thread.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: use DECLARE_HEAP for timers instead of pqueue
David Lamparter
2019-08-01
1
-4
/
+3
*
Revert "lib: use DECLARE_SKIPLIST for timers instead of pqueue"
David Lamparter
2019-04-29
1
-3
/
+4
*
lib: use DECLARE_SKIPLIST for timers instead of pqueue
David Lamparter
2019-04-27
1
-4
/
+3
*
lib: use DECLARE_LIST for thread_list
David Lamparter
2019-04-27
1
-11
/
+4
*
lib: add extern "C" {} blocks to all libfrr headers
Renato Westphal
2019-02-12
1
-0
/
+8
*
lib: make atomic ops C++ compatible
David Lamparter
2019-02-11
1
-4
/
+4
*
lib: add thread_timer_remain_msec function
Christian Franke
2018-12-04
1
-0
/
+1
*
*: only use 32-bit atomics
Quentin Young
2018-11-19
1
-1
/
+1
*
lib: Add thread_execute_name
Donald Sharp
2018-09-13
1
-0
/
+2
*
lib: fix data race in thread history collection
Quentin Young
2018-04-22
1
-8
/
+7
*
lib: some frr_pthread fixes
Quentin Young
2018-03-06
1
-0
/
+1
*
lib: fix thread scheduling weirdness
Quentin Young
2017-09-01
1
-1
/
+0
*
lib: flush ready queue before poll() again
Quentin Young
2017-08-02
1
-0
/
+1
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-123
/
+128
*
lib: more `show thread cpu`
Quentin Young
2017-06-30
1
-1
/
+3
*
lib: make `show thread...` commands mt-aware
Quentin Young
2017-06-30
1
-0
/
+1
*
lib: mt-safe tracebacks
Quentin Young
2017-06-30
1
-1
/
+1
*
lib: mt-safe cancel, round deux
Quentin Young
2017-06-16
1
-5
/
+9
*
lib: add mt-safe thread_cancel
Quentin Young
2017-06-16
1
-1
/
+10
*
*: remove THREAD_BACKGROUND
Quentin Young
2017-06-08
1
-10
/
+2
*
lib: use heap for pollfds
Quentin Young
2017-06-01
1
-0
/
+3
*
lib: allow pthreads to poke poll()
Quentin Young
2017-05-30
1
-0
/
+1
*
lib: remove select()
Quentin Young
2017-05-30
1
-17
/
+2
*
lib: enforce thread_cancel() MT-unsafe invariant
Quentin Young
2017-05-19
1
-0
/
+1
*
Merge pull request #538 from qlyoung/fix-stack-access-2
Lou Berger
2017-05-17
1
-6
/
+6
|
\
|
*
lib: return thread pointer from thread_add*
Quentin Young
2017-05-16
1
-6
/
+6
*
|
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
|
/
*
lib: safely check & set thread pointers
Quentin Young
2017-05-09
1
-26
/
+26
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-48
/
+21
*
Merge remote-tracking branch 'origin/stable/3.0'
Donald Sharp
2017-05-08
1
-1
/
+1
|
\
|
*
lib: Rename HAVE_POLL to prevent conflicting #defines
Donald Sharp
2017-05-04
1
-1
/
+1
*
|
lib: allow nonblocking thread_fetch()
Quentin Young
2017-05-01
1
-0
/
+3
*
|
lib: make thread.c pthread-safe
Quentin Young
2017-04-29
1
-0
/
+3
|
/
*
lib: time: remove leftover declarations
David Lamparter
2017-03-08
1
-5
/
+0
*
lib: remove unused quagga_clkid
Quentin Young
2017-02-27
1
-5
/
+0
*
Merge remote-tracking branch 'origin/stable/2.0'
Donald Sharp
2017-02-07
1
-1
/
+1
|
\
|
*
*: Convert libzebra -> libfrr
Donald Sharp
2017-02-03
1
-1
/
+1
*
|
ospfd: simplify SPF time consumption calculations
David Lamparter
2017-01-23
1
-1
/
+0
*
|
*: use monotime()
David Lamparter
2017-01-23
1
-7
/
+1
*
|
lib: time: remove recent_relative_time()
David Lamparter
2017-01-23
1
-2
/
+0
*
|
lib: Fix 'show thread cpu' to display active threads
Donald Sharp
2017-01-18
1
-0
/
+1
*
|
*: make DEFUN installations file-local
David Lamparter
2016-12-01
1
-2
/
+1
|
/
*
build: massively remove needless checks
David Lamparter
2016-11-15
1
-4
/
+0
*
lib: add thread_add_timer_tv (struct timeval)
David Lamparter
2016-07-28
1
-0
/
+5
*
lib: remove a whole bunch of unused time stuff
David Lamparter
2016-07-28
1
-4
/
+1
*
ospfd: monotonic clock for lsa_refresher_started
David Lamparter
2016-07-28
1
-0
/
+1
*
lib: include thread information in backtraces
David Lamparter
2016-05-30
1
-0
/
+4
*
lib: unstupidify thread debug information
David Lamparter
2016-05-30
1
-18
/
+21
*
pimd: merge pimd as of 2015-01-19
David Lamparter
2016-05-26
1
-1
/
+0
*
lib: add function to get precise remaining time of timer thread
Christian Franke
2016-03-30
1
-0
/
+1
[next]