Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-08 | * posix/sched_cpucount.c (__sched_cpucount): Allow using special | Ulrich Drepper | 1 | -5/+9 | |
instruction for counting bits. * sysdeps/x86_64/sched_cpucount.c: New file. | |||||
2007-06-08 | (__sched_cpucount): Allow using special instruction for counting bits. | Ulrich Drepper | 1 | -3/+7 | |
2007-04-04 | * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount. | Ulrich Drepper | 1 | -2/+2 | |
* sysdeps/unix/sysv/linux/bits/sched.h: Likewise. * posix/sched.h: Define CPU_COUNT. | |||||
2007-04-03 | * posix/Makefile (routines): Add sched_cpucount. | Ulrich Drepper | 1 | -0/+52 | |
(tests): Add tst-cpucount. * posix/sched_cpucount.c: New file. * posix/tst-cpucount.c: New file. * posix/Versions: Export __sched_cpucount with version GLIBC_2.6. |