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