Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
835e2407
Commit
835e2407
authored
Dec 16, 1998
by
Bob Halley
Browse files
The lock must be held when calling SIGNAL
parent
131b0092
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/timer.c
View file @
835e2407
...
...
@@ -622,11 +622,11 @@ isc_timermgr_destroy(isc_timermgr_t **managerp) {
REQUIRE
(
EMPTY
(
manager
->
timers
));
manager
->
done
=
ISC_TRUE
;
UNLOCK
(
&
manager
->
lock
);
XTRACE
(
"signal (destroy)"
);
SIGNAL
(
&
manager
->
wakeup
);
UNLOCK
(
&
manager
->
lock
);
/*
* Wait for thread to exit.
*/
...
...
Write
Preview
Supports
Markdown
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