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
P
PolyORB-HI-C
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
PolyORB-HI-C
Commits
ee563f35
Commit
ee563f35
authored
Nov 16, 2019
by
Jerome Hugues
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Address compilation issues
For openaadl/ocarina#244
parent
3969bbee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/po_hi_protected.c
src/po_hi_protected.c
+2
-2
No files found.
src/po_hi_protected.c
View file @
ee563f35
...
...
@@ -78,7 +78,7 @@ int __po_hi_protected_lock (__po_hi_protected_t protected_id)
int
__po_hi_protected_unlock
(
__po_hi_protected_t
protected_id
)
{
__PO_HI_INSTRUMENTATION_VCD_WRITE
(
"0l%d
\n
"
,
protected_id
);
//
__PO_HI_INSTRUMENTATION_VCD_WRITE("0l%d\n", protected_id);
if
(
__po_hi_mutex_unlock
(
&
__po_hi_protected_mutexes
[
protected_id
])
!=
__PO_HI_SUCCESS
)
{
__PO_HI_DEBUG_CRITICAL
(
"[PROTECTED] Error when unlock protected resource %d
\n
"
,
protected_id
);
...
...
@@ -150,7 +150,7 @@ int __po_hi_mutex_init (__po_hi_mutex_t* mutex, const __po_hi_mutex_protocol_t p
case
__PO_HI_MUTEX_REGULAR
:
//case __PO_HI_PROTECTED_PCP:
//case __PO_HI_PROTECTED_INVALID:
break
;
break
;
}
...
...
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