summaryrefslogtreecommitdiffstats
path: root/src/cyclictest/rt_numa.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-22shuffle numa options around a bitrewriteClark Williams1-2/+0
2018-01-17first stab at removing smp/numa and modifying threadsunstable/devel/rewriteClark Williams1-12/+0
2015-09-17cyclictest: use correct type when allocating cpu bitmask sizeJosh Cartwright1-1/+1
2015-09-17numa_on_and_available: Remove from main in cyclictestJohn Kacur1-5/+13
2014-08-15cyclictest: make affinity option only use number of online cpusJoakim Hernberg1-1/+1
2014-05-09rt_numa.h: Suppress discards 'const' qualifier warningJohn Kacur1-1/+1
2014-03-26Restore CPU affinity function for non-NUMA buildsGary S. Robertson1-70/+127
2013-12-11CPU affinity now takes arbitrary set of cpus.Aaron Fabbri1-0/+92
2012-03-23Move info, warn, and fatal functions to error.[ch]John Kacur1-0/+1
2010-04-01fix bus error when in numa mode with more than 16 coresClark Williams1-1/+1
2010-01-27rt-tests: Fix some style problems, such as spaces instead of tabs.John Kacur1-11/+11
2010-01-27rt-tests: Remove the ret variable, the end label and the goto.John Kacur1-9/+5
2010-01-27rt-tests: Separate the #ifdef LIBNUMA_API_VERSION functions.John Kacur1-4/+9
2010-01-27rt-tests: Add header including copyright notice to rt_numa.hJohn Kacur1-0/+13
2010-01-26added libnuma v1 API supportClark Williams1-0/+37
2010-01-26rt-tests: Make cyclic test compilable for non-numa systems.John Kacur1-0/+74