Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
e9ce1efe
Commit
e9ce1efe
authored
Jul 06, 2017
by
yoogx
Browse files
* Solve warning on debug message
parent
26f96c14
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/po_hi_task.c
View file @
e9ce1efe
...
...
@@ -826,7 +826,7 @@ void __po_hi_tasks_killall ()
rtems_task_delete
(
tasks
[
i
].
rtems_id
);
#elif defined (POSIX) || defined (RTEMS_POSIX) || defined (XENO_POSIX)
pthread_cancel
(
tasks
[
i
].
tid
);
__DEBUGMSG
(
"[TASKS] Cancel thread %
lu
\n
"
,
tasks
[
i
].
tid
);
__DEBUGMSG
(
"[TASKS] Cancel thread %
p
\n
"
,
tasks
[
i
].
tid
);
#endif
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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