summaryrefslogtreecommitdiff
path: root/src/sched/sched_getcpu.c
AgeCommit message (Collapse)AuthorLines
2018-09-12move and deduplicate declarations of __vdsosym to make it checkableRich Felker-2/+0
2016-03-02add sched_getcpu vDSO supportNathan Zadoks-0/+31
This brings the call to an actually usable speed. Quick unscientific benchmark: 14ns : 102ns :: vDSO : syscall
2016-03-02add sched_getcpuNathan Zadoks-0/+13
This is a GNU extension, but a fairly minor one, for a system call that otherwise has no libc wrapper.