Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
e3861725
Commit
e3861725
authored
Jul 02, 2013
by
Alexander Kartashov
Committed by
Pavel Emelyanov
Jul 02, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: added ARM versions of the POSIX timer syscalls
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
18452840
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
syscall.def
arch/arm/syscall.def
+5
-0
No files found.
arch/arm/syscall.def
View file @
e3861725
...
...
@@ -73,6 +73,11 @@ gettid 186 224 (void)
futex 202 240 (u32 *uaddr, int op, u32 val, struct timespec *utime, u32 *uaddr2, u32 val3)
set_tid_address 218 256 (int *tid_addr)
restart_syscall 219 0 (void)
timer_create 222 257 (clockid_t which_clock, struct sigevent *timer_event_spec, timer_t *created_timer_id)
timer_settime 223 258 (timer_t timer_id, int flags, const struct itimerspec *new_setting, struct itimerspec *old_setting)
timer_gettime 224 259 (int timer_id, const struct itimerspec *setting)
timer_getoverrun 225 260 (int timer_id)
timer_delete 226 261 (timer_t timer_id)
exit_group 231 248 (int error_code)
set_robust_list 273 338 (struct robust_list_head *head, size_t len)
get_robust_list 274 339 (int pid, struct robust_list_head **head_ptr, size_t *len_ptr)
...
...
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