Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kazoo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
kazoo
Commits
e5eb40e6
Commit
e5eb40e6
authored
Aug 27, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bugs for test22
parent
15907cdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
templates/concurrency_view/pohic_wrappers_body/ri.tmplt
templates/concurrency_view/pohic_wrappers_body/ri.tmplt
+7
-3
test/test22/Makefile
test/test22/Makefile
+4
-4
No files found.
templates/concurrency_view/pohic_wrappers_body/ri.tmplt
View file @
e5eb40e6
...
@@ -12,6 +12,9 @@
...
@@ -12,6 +12,9 @@
@@-- @_Remote_Interface_Names_@ : |_ callee's interface name
@@-- @_Remote_Interface_Names_@ : |_ callee's interface name
@@-- @_Calling_Threads_@ : Calling threads of the containing block
@@-- @_Calling_Threads_@ : Calling threads of the containing block
// Required interface @_Name_@ in function @_Parent_Function_@
// Required interface @_Name_@ in function @_Parent_Function_@
@@IF@@ @_Param_Names'Length_@ = 0
@@SET@@ No_Param=True
@@END_IF@@
@@IF@@ @_Param_Names'Length_@ = 0
@@IF@@ @_Param_Names'Length_@ = 0
void vm_@_LOWER:Parent_Function_@_@_LOWER:Name_@(void)
void vm_@_LOWER:Parent_Function_@_@_LOWER:Name_@(void)
@@ELSE@@
@@ELSE@@
...
@@ -56,9 +59,6 @@ size_IN_buf_@_LOWER:Param_Names_@;
...
@@ -56,9 +59,6 @@ size_IN_buf_@_LOWER:Param_Names_@;
@@END_TABLE@@
@@END_TABLE@@
// calling threads: @_Calling_Threads_@ partition: @_Partition_Name_@
// calling threads: @_Calling_Threads_@ partition: @_Partition_Name_@
@@ELSIF@@ @_Kind_@ = UNPROTECTED_OPERATION
@@ELSIF@@ @_Kind_@ = UNPROTECTED_OPERATION
@@IF@@ @_Param_Names'Length_@ = 0
@@SET@@ No_Param=True
@@END_IF@@
// Unprotected call
// Unprotected call
@@TABLE@@
@@TABLE@@
@@IF@@ @_No_Param_@
@@IF@@ @_No_Param_@
...
@@ -79,6 +79,9 @@ size_IN_buf_@_LOWER:Param_Names_@;
...
@@ -79,6 +79,9 @@ size_IN_buf_@_LOWER:Param_Names_@;
@@ELSE@@ @@-- Protected call
@@ELSE@@ @@-- Protected call
// puts("[TASTE] Protected call of @_Name_@");
// puts("[TASTE] Protected call of @_Name_@");
@@TABLE@@
@@TABLE@@
@@IF@@ @_No_Param_@
pro_@_LOWER:Remote_Function_Names_@_@_Remote_Interface_Names_@();
@@ELSE@@
pro_@_LOWER:Remote_Function_Names_@_@_Remote_Interface_Names_@
pro_@_LOWER:Remote_Function_Names_@_@_Remote_Interface_Names_@
@@INLINE( \()(,\n )(\);\n)@@
@@INLINE( \()(,\n )(\);\n)@@
@@TABLE@@
@@TABLE@@
...
@@ -89,6 +92,7 @@ size_IN_buf_@_LOWER:Param_Names_@;
...
@@ -89,6 +92,7 @@ size_IN_buf_@_LOWER:Param_Names_@;
@@END_IF@@
@@END_IF@@
@@END_TABLE@@
@@END_TABLE@@
@@END_INLINE@@
@@END_INLINE@@
@@END_IF@@
@@END_TABLE@@
@@END_TABLE@@
@@END_IF@@
@@END_IF@@
}
}
...
...
test/test22/Makefile
View file @
e5eb40e6
KAZOO
=
../../kazoo
KAZOO
=
../../kazoo
all
:
test-parse
all
:
test-parse
cd
output
&&
make
$(MAKE)
-C
output.pohic
test-parse
:
clean
test-parse
:
clean
$(KAZOO)
--gw
\
$(KAZOO)
--gw
-p
\
-o
output
\
-o
output
.pohic
\
--glue
\
--glue
\
--debug
--debug
clean
:
clean
:
rm
-rf
output
rm
-rf
output
.pohic
.PHONY
:
clean test-parse
.PHONY
:
clean test-parse
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