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
40d69f1f
Commit
40d69f1f
authored
Dec 09, 2015
by
yoogx
Browse files
Merge branch 'master' of
https://github.com/yoogx/polyorb-hi-c
into trace_monitoring
parents
cf0ae61b
2733d166
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/Makefile.am
View file @
40d69f1f
...
...
@@ -41,21 +41,23 @@ SRC_CODE_TEXIFILES = ${notdir $(SRC_CODE:.h=.h.texi) $(SRC_CODE:.c=.c.texi)}
DOC_CODE_TEXIFILES
=
${
notdir
$(DOC_CODE:.h=.h.texi)
$(DOC_CODE:.c=.c.texi)
}
AADL_TEXIFILES
=
${
notdir
$(AADL_MODELS:.aadl=.texi)
}
GUIDE_TEXIFILES
=
polyorb-hi_ug_ref.texi
$(SRC_CODE_TEXIFILES)
\
GENERATED_TEXIFILES
=
polyorb-hi_ug_ref.texi polyorb-hi_ug_ref.bbl
\
polyorb-hi_ug_ref.aux
GUIDE_TEXIFILES
=
$(SRC_CODE_TEXIFILES)
\
$(DOC_CODE_TEXIFILES)
$(AADL_TEXIFILES)
EXTRA_DIST
=
$(GUIDE_TEXIFILES)
$(SRC_CODE)
$(DOC_CODE)
$(AADL_MODELS)
\
$(srcdir)
/CODING_GUIDELINES
$(srcdir)
/polyorb_hi.css
\
$(srcdir)
/conventions.texi
$(srcdir)
/gfdl.texi
\
$(srcdir)
/polyorb-hi_ug_ref.tex polyorb-hi_ug_ref.bbl
\
polyorb-hi_ug_ref.aux
$(srcdir)
/polyorb-hi_ug.bib
$(FIGURES)
$(srcdir)
/polyorb-hi_ug_ref.tex
$(srcdir)
/polyorb-hi_ug.bib
$(FIGURES)
info_TEXINFOS
=
polyorb_hi_c_ug_TEXINFOS
=
$(GUIDE_TEXIFILES)
SUFFIXES
=
.c .h .aadl .texi .sed .pdf .html
docs
:
$(GUIDE_TEXIFILES) $(GUIDE).html $(GUIDE).pdf
docs
:
$(GENERATED_TEXIFILES)
$(GUIDE_TEXIFILES) $(GUIDE).html $(GUIDE).pdf
all-local
:
@DOC_TARGETS@
...
...
src/po_hi_task.c
View file @
40d69f1f
...
...
@@ -16,10 +16,10 @@
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1
#endif
#endif
/* _GNU_SOURCE */
#include
<sched.h>
#endif
#endif
#endif
/* __linux__ */
#endif
/* POSIX */
#if defined (SIMULATOR)
#include
<um_threads.h>
...
...
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