Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
e7b7e6e7
Commit
e7b7e6e7
authored
Aug 18, 1998
by
Bob Halley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checkpoint
parent
9a4ce0c2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
12 deletions
+11
-12
bin/tests/task_test.c
bin/tests/task_test.c
+2
-2
lib/isc/include/isc/task.h
lib/isc/include/isc/task.h
+4
-4
lib/isc/mem.c
lib/isc/mem.c
+3
-4
lib/isc/task.c
lib/isc/task.c
+2
-2
No files found.
bin/tests/task_test.c
View file @
e7b7e6e7
...
...
@@ -5,8 +5,8 @@
#include <stdlib.h>
#include <unistd.h>
#include
"
memcluster.h
"
#include
"
task.h
"
#include
<isc/
memcluster.h
>
#include
<isc/
task.h
>
/*ARGSUSED*/
static
boolean_t
...
...
lib/isc/include/isc/task.h
View file @
e7b7e6e7
...
...
@@ -5,11 +5,11 @@
#include <stddef.h>
#include <isc/list.h>
#include
"
memcluster.h
"
#include
<isc/
memcluster.h
>
#include
"
mutex.h
"
#include
"
condition.h
"
#include
"
boolean.h
"
#include
<isc/
mutex.h
>
#include
<isc/
condition.h
>
#include
<isc/
boolean.h
>
/***
...
...
lib/isc/mem.c
View file @
e7b7e6e7
...
...
@@ -24,12 +24,11 @@
#include "attribute.h"
#include <isc/assertions.h>
#include "thread.h"
#include "mutex.h"
#include "memcluster.h"
#include <isc/mutex.h>
#include <isc/memcluster.h>
#if !defined(LINT) && !defined(CODECENTER)
static
char
rcsid
[]
__attribute__
((
unused
))
=
"$Id: mem.c,v 1.
2
1998/08/18 00:
29
:5
3
halley Exp $"
;
static
char
rcsid
[]
__attribute__
((
unused
))
=
"$Id: mem.c,v 1.
3
1998/08/18 00:
47
:5
1
halley Exp $"
;
#endif
/* not lint */
/*
...
...
lib/isc/task.c
View file @
e7b7e6e7
...
...
@@ -3,8 +3,8 @@
#include <isc/assertions.h>
#include
"task
.h
"
#include
"thread
.h
"
#include
<isc/thread
.h
>
#include
<isc/task
.h
>
#define VALID_MANAGER(m) ((m) != NULL && \
(m)->magic == TASK_MANAGER_MAGIC)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment