]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Implement a thread pool
authorChristian Biesinger <cbiesinger@google.com>
Tue, 1 Oct 2019 23:38:35 +0000 (18:38 -0500)
committerChristian Biesinger <cbiesinger@google.com>
Wed, 2 Oct 2019 18:20:49 +0000 (13:20 -0500)
commit52300df201ed1a35eb15b2bc5eb441a1b7eec393
tree284c330ef6fc242533602f338d1547607d6a7bb0
parent6ce6dd4b8c4862e7250dfad48965c303eb41af95
Implement a thread pool
gdb/Makefile.in
gdb/gdbsupport/parallel-for.c
gdb/gdbsupport/parallel-for.h
gdb/gdbsupport/thread_pool.c [new file with mode: 0644]
gdb/gdbsupport/thread_pool.h [new file with mode: 0644]
gdb/minsyms.c