aboutsummaryrefslogtreecommitdiff
path: root/src/sched/sched_getcpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add sched_getcpu vDSO support•••This brings the call to an actually usable speed. Quick unscientific benchmark: 14ns : 102ns :: vDSO : syscall Nathan Zadoks2016-03-021-0/+31
* add sched_getcpu•••This is a GNU extension, but a fairly minor one, for a system call that otherwise has no libc wrapper. Nathan Zadoks2016-03-021-0/+13