Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * posix/sched_cpucount.c (__sched_cpucount): Allow using special | Ulrich Drepper | 2007-06-08 | 1 | -5/+9 |
| | | | | | instruction for counting bits. * sysdeps/x86_64/sched_cpucount.c: New file. | ||||
* | (__sched_cpucount): Allow using special instruction for counting bits. | Ulrich Drepper | 2007-06-08 | 1 | -3/+7 |
| | |||||
* | * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount. | Ulrich Drepper | 2007-04-04 | 1 | -2/+2 |
| | | | | | * sysdeps/unix/sysv/linux/bits/sched.h: Likewise. * posix/sched.h: Define CPU_COUNT. | ||||
* | * posix/Makefile (routines): Add sched_cpucount. | Ulrich Drepper | 2007-04-03 | 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. |