Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
margo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
sds
margo
Commits
add6ee55
Commit
add6ee55
authored
Mar 07, 2017
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
44385919
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/multiplex/svc2-server.c
examples/multiplex/svc2-server.c
+2
-2
No files found.
examples/multiplex/svc2-server.c
View file @
add6ee55
...
...
@@ -32,7 +32,7 @@ static void svc2_do_thing_ult(hg_handle_t handle)
ABT_xstream_self
(
&
my_xstream
);
ABT_thread_self
(
&
my_ult
);
my_tid
=
pthread_self
();
printf
(
"svc
1
: do_thing: mplex_id: %u, ult: %p, xstream %p, tid: %lu
\n
"
,
printf
(
"svc
2
: do_thing: mplex_id: %u, ult: %p, xstream %p, tid: %lu
\n
"
,
hgi
->
mplex_id
,
my_ult
,
my_xstream
,
my_tid
);
out
.
ret
=
0
;
...
...
@@ -91,7 +91,7 @@ static void svc2_do_other_thing_ult(hg_handle_t handle)
ABT_xstream_self
(
&
my_xstream
);
ABT_thread_self
(
&
my_ult
);
my_tid
=
pthread_self
();
printf
(
"svc
1
: do_other_thing: mplex_id: %u, ult: %p, xstream %p, tid: %lu
\n
"
,
printf
(
"svc
2
: do_other_thing: mplex_id: %u, ult: %p, xstream %p, tid: %lu
\n
"
,
hgi
->
mplex_id
,
my_ult
,
my_xstream
,
my_tid
);
out
.
ret
=
0
;
...
...
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