OSDN Git Service

libc: flesh out linux scheduler functions
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 4 Jun 2011 19:21:41 +0000 (21:21 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 7 Nov 2011 19:57:02 +0000 (20:57 +0100)
commit19dd090a0f68765db87990ef8eda9bf77bb29581
treef210bb330d8b3dda2bcc345a80ce476bd41e1a69
parent0c7690f6a5d6e073052ee6487f768289db3a58f7
libc: flesh out linux scheduler functions

Most stuff was taken from the eglibc.

Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
include/sched.h
libc/sysdeps/linux/common/Makefile.in
libc/sysdeps/linux/common/bits/kernel-features.h
libc/sysdeps/linux/common/bits/sched.h
libc/sysdeps/linux/common/sched_cpucount.c [new file with mode: 0644]
libc/sysdeps/linux/common/sched_getcpu.c [new file with mode: 0644]
libc/sysdeps/linux/common/stubs.c
libc/sysdeps/linux/common/unshare.c [new file with mode: 0644]
libc/sysdeps/linux/x86_64/Makefile.arch
libc/sysdeps/linux/x86_64/sched_getcpu.S [new file with mode: 0644]