index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
thread.c
Age
Commit message (
Expand
)
Author
2023-03-24
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-21
*: Add a hash_clean_and_free() function
Donald Sharp
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2022-10-26
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-08-31
lib: ensure locals are inited to NULL
Mark Stapp
2022-07-20
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-07-18
lib: Return 0 as remaining msec if the thread is not scheduled
Donatas Abraitis
2022-05-20
lib: Make thread_is_scheduled a static inline
Donald Sharp
2022-04-02
lib, yang: Fix spellinig of miliseconds
Donald Sharp
2022-03-01
lib: Fix FreeBSD clock_gettime(CLOCK_THREAD_CPUTIME_ID,..) going backwards
Donald Sharp
2022-02-28
lib, vtysh: Add `show thread timers` command
Donald Sharp
2022-02-25
lib: Add a Dev catch for when a timer is set for > 1 year
Donald Sharp
2022-02-23
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-10
lib: Save number of times a thread is starved
Donald Sharp
2022-01-20
lib, zebra: Add ability to tell thread system to ignore late timers
Donald Sharp
2022-01-20
lib: Figure out if we are being starved for cpu
Donald Sharp
2022-01-14
*: use semicolon after printfrr_ext_autoreg_{p,d}
David Lamparter
2022-01-14
lib: add `%pTH` / `%pTHD` for printing thread info
David Lamparter
2021-11-11
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-10-20
lib: change thread_add_* API
Igor Ryzhov
2021-10-20
lib: Add a thread_is_scheduled function
Donald Sharp
2021-06-24
lib: try CLOCK_THREAD_CPUTIME_ID
David Lamparter
2021-06-24
lib: make cputime checks runtime options (v2)
David Lamparter
2021-05-03
Merge pull request #8545 from opensourcerouting/assert-our-own
Mark Stapp
2021-05-02
lib: Provide some better error handling for operator
Donald Sharp
2021-04-23
*: remaining zassert => assert
David Lamparter
2021-04-16
Merge pull request #8465 from opensourcerouting/vtysh-scan-snafu
Mark Stapp
2021-04-15
vtysh: add lib/thread.c to vtysh_scan
David Lamparter
2021-03-26
lib: Incorporate Wall and Cpu warning into `show thread cpu`
Donald Sharp
2021-03-26
lib: Differentiate between real and cpu bound processes
Donald Sharp
2021-03-17
*: require semicolon after DEFINE_<typesafe...>
David Lamparter
2021-03-17
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-02
Merge pull request #7951 from mjstapp/fix_cancel_event
Donald Sharp
2021-02-22
lib: Reduce getrusage/monotime for event handling
Donald Sharp
2021-02-18
lib: pass the thread_master to process_timers()
Mark Stapp
2021-02-18
lib: don't awaken from poll for every timer
Mark Stapp
2021-02-18
lib: remove unneeded arg from timer api
Mark Stapp
2021-02-18
lib: small code cleanup in thread.c
Mark Stapp
2021-02-14
*: remove tabs & newlines from log messages
David Lamparter
2021-02-09
libs, bgpd: improve task cancellation by argument value
Mark Stapp
2021-02-09
libs: make the task cancellation struct private
Mark Stapp
2021-02-03
lib/xref: fix frrtrace() calls in thread code
David Lamparter
2021-02-02
Merge pull request #6766 from opensourcerouting/xref
Russ White
2021-02-01
lib/xref: use to transport thread_* file/line/func
David Lamparter
2021-02-01
lib: Line up `show thread cpu` output appropriately
Donald Sharp
2020-11-18
lib: add startup option to limit fds
Mark Stapp
2020-11-04
* : clean up format specifiers for gcc-10
Mark Stapp
2020-11-02
lib: fix missed pointer update
Quentin Young
2020-10-28
lib: avoid signal-handling race with event loop poll call
Mark Stapp
2020-10-28
lib: add debug output for signal mask
Mark Stapp
[next]