File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 99
1010#include "repository.h"
1111#include "commit.h"
12- #include "thread-utils .h"
12+ #include "thread.h"
1313#include "util.h"
1414#include "odb.h"
1515#include "object.h"
Original file line number Diff line number Diff line change 1313#include "git2/oid.h"
1414#include "git2/odb.h"
1515
16- #include "thread-utils .h"
16+ #include "thread.h"
1717#include "oidmap.h"
1818
1919enum {
Original file line number Diff line number Diff line change 7878#include "git2/types.h"
7979#include "git2/errors.h"
8080#include "errors.h"
81- #include "thread-utils .h"
81+ #include "thread.h"
8282#include "integer.h"
8383#include "assert_safe.h"
8484
Original file line number Diff line number Diff line change 2222#include "refs.h"
2323#include "runtime.h"
2424#include "sysdir.h"
25- #include "thread-utils .h"
25+ #include "thread.h"
2626#include "threadstate.h"
2727#include "git2/global.h"
2828#include "streams/registry.h"
Original file line number Diff line number Diff line change 1212#include "iterator.h"
1313#include "netops.h"
1414#include "pack.h"
15- #include "thread-utils .h"
15+ #include "thread.h"
1616#include "tree.h"
1717#include "util.h"
1818#include "revwalk.h"
Original file line number Diff line number Diff line change 1212#include "util.h"
1313#include "futils.h"
1414#include "vector.h"
15- #include "thread-utils .h"
15+ #include "thread.h"
1616#include "pool.h"
1717#include "strmap.h"
1818
Original file line number Diff line number Diff line change 44 * This file is part of libgit2, distributed under the GNU GPL v2 with
55 * a Linking Exception. For full terms see the included COPYING file.
66 */
7- #ifndef INCLUDE_thread_utils_h__
8- #define INCLUDE_thread_utils_h__
7+ #ifndef INCLUDE_thread_h__
8+ #define INCLUDE_thread_h__
99
1010#if defined(GIT_THREADS )
1111
Original file line number Diff line number Diff line change 1818#include "buffer.h"
1919#include "common.h"
2020#include "strnlen.h"
21- #include "thread-utils .h"
21+ #include "thread.h"
2222
2323#define ARRAY_SIZE (x ) (sizeof(x)/sizeof(x[0]))
2424#define bitsizeof (x ) (CHAR_BIT * sizeof(x))
Original file line number Diff line number Diff line change 1- #include "thread-utils .h"
1+ #include "thread.h"
22
33void run_in_parallel (
44 int repeats ,
You can’t perform that action at this time.
0 commit comments