Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
fd5e2163
Commit
fd5e2163
authored
Dec 11, 2019
by
bouazizrahma
Browse files
fix the generation of the vcd trace using mutex
parent
e4e32e98
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/po_hi_main.c
View file @
fd5e2163
...
...
@@ -479,7 +479,10 @@ int __po_hi_wait_initialization (void)
pthread_mutex_unlock
(
&
mutex_init
);
__PO_HI_INSTRUMENTATION_VCD_INIT
#if defined(__PO_HI_USE_VCD) && defined(__unix__)
/* initialize parameters used to save the vcd trace */
__PO_HI_INITIALIZE_VCD_TRACE
#endif
return
(
__PO_HI_SUCCESS
);
...
...
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