about summary refs log tree commit diff
path: root/src/sched/sched_getcpu.c
Commit message (Collapse)AuthorAgeFilesLines
* move and deduplicate declarations of __vdsosym to make it checkableRich Felker2018-09-121-2/+0
|
* add sched_getcpu vDSO supportNathan Zadoks2016-03-021-0/+31
| | | | | This brings the call to an actually usable speed. Quick unscientific benchmark: 14ns : 102ns :: vDSO : syscall
* add sched_getcpuNathan Zadoks2016-03-021-0/+13
This is a GNU extension, but a fairly minor one, for a system call that otherwise has no libc wrapper.