Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
syscall-eval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
syscall-eval
Commits
52d5f405
Commit
52d5f405
authored
3 years ago
by
Florian Fischer
Browse files
Options
Downloads
Patches
Plain Diff
move aio-* to paio-* to highlight that this uses POSIX aio implemented in glibc
parent
f28d8a46
No related branches found
No related tags found
1 merge request
!3
Work work work
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
paio-sig.c
+0
-0
0 additions, 0 deletions
paio-sig.c
paio-thrd.c
+0
-0
0 additions, 0 deletions
paio-thrd.c
with
1 addition
and
1 deletion
Makefile
+
1
−
1
View file @
52d5f405
BENCH_MAIN
:=
bench.c
SYSCALLS
:=
blocking io-uring io-uring-sqpoll io-uring-no-syscall epoll aio-sig aio-thrd
SYSCALLS
:=
blocking io-uring io-uring-sqpoll io-uring-no-syscall epoll
p
aio-sig
p
aio-thrd
OBJ
:=
$(
addprefix bench-,
$(
SYSCALLS
))
...
...
This diff is collapsed.
Click to expand it.
aio-sig.c
→
p
aio-sig.c
+
0
−
0
View file @
52d5f405
File moved
This diff is collapsed.
Click to expand it.
aio-thrd.c
→
p
aio-thrd.c
+
0
−
0
View file @
52d5f405
File moved
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