Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
emper
Commits
61c418dc
Commit
61c418dc
authored
3 years ago
by
Florian Fischer
Browse files
Options
Downloads
Patches
Plain Diff
enable notifySpecific
parent
1b66a8ec
No related branches found
Branches containing commit
No related tags found
1 merge request
!411
add waitfd support, generalize IO sleep_strategy code and use MSG_RING
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
emper/sleep_strategy/WaitfdSleepStrategy.hpp
+1
-4
1 addition, 4 deletions
emper/sleep_strategy/WaitfdSleepStrategy.hpp
with
1 addition
and
4 deletions
emper/sleep_strategy/WaitfdSleepStrategy.hpp
+
1
−
4
View file @
61c418dc
...
...
@@ -106,10 +106,7 @@ class WaitfdSleepStrategy : public AbstractWorkerSleepStrategy<WaitfdSleepStrate
template
<
CallerEnvironment
callerEnvironment
>
inline
void
notifySpecific
(
ATTR_UNUSED
workerid_t
workerId
)
{
throw
std
::
logic_error
(
"Not implemented"
);
// // TODO: get pid of specific worker
// pid_t specific = 0;
// notify<callerEnvironment>(createHint<callerEnvironment>(), specific);
notifySpecificInternal
<
callerEnvironment
>
(
workerId
);
}
void
printStats
(
std
::
ostream
&
out
=
std
::
cout
)
{
AbstractIoSleepStrategy
::
printStats
(
out
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment